Ticket #33054: Portfile-gdk-pixbuf2.diff
File Portfile-gdk-pixbuf2.diff, 813 bytes (added by msm@…, 13 years ago) |
---|
-
gdk-pixbuf2-Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id $2 # $Id: Portfile 87587 2011-11-27 08:41:00Z dports@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 50 50 configure.args --with-libjasper \ 51 51 --enable-introspection=no 52 52 53 variant introspection description {Enable introspection} { 54 depends_lib-append port:gobject-introspection 55 configure.args-delete --enable-introspection=no 56 configure.args-append --enable-introspection=yes 57 } 58 53 59 test.run yes 54 60 test.target check 55 61