diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-05 01:19:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-05 01:19:38 +0800 |
commit | 662d2847a1a96a740bc718b7da939f1d912be8f7 (patch) | |
tree | 9bae80df70640b14b880b48f23cfb1bc937fe607 /graphics/gdk-pixbuf/Makefile | |
parent | 338e6c8b2e6958125531f65103eaf6465714a0d4 (diff) | |
download | freebsd-ports-graphics-662d2847a1a96a740bc718b7da939f1d912be8f7.tar.gz freebsd-ports-graphics-662d2847a1a96a740bc718b7da939f1d912be8f7.tar.zst freebsd-ports-graphics-662d2847a1a96a740bc718b7da939f1d912be8f7.zip |
Convert to USE_GNOMENG.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 46be30200b4..b4c85e4d306 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GTK= yes -USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack gtk12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ @@ -35,8 +35,4 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} BUILD_CANVAS?= no -pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/aclocal|(prefix)/share/aclocal|g' - .include <bsd.port.mk> |