diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-05 18:56:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-05 18:56:24 +0800 |
commit | 8b3fc5094cb9b004b8495b6b9f3470fed01c2da8 (patch) | |
tree | 9b4645cb92baeac1e5af1d926dd2a16b39221313 /graphics | |
parent | 59322a6b22b860e3ca8e367c560b26a160a11b41 (diff) | |
download | freebsd-ports-gnome-8b3fc5094cb9b004b8495b6b9f3470fed01c2da8.tar.gz freebsd-ports-gnome-8b3fc5094cb9b004b8495b6b9f3470fed01c2da8.tar.zst freebsd-ports-gnome-8b3fc5094cb9b004b8495b6b9f3470fed01c2da8.zip |
Allow USE_GNOME be defined in slave port.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index b4c85e4d306b..c5adee6dc3ae 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gnomehack gtk12 +USE_GNOME+= gnomehack gtk12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |