diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-10 23:50:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-10 23:50:54 +0800 |
commit | 0973f187eff386652d6b53ebec22126361f31238 (patch) | |
tree | c163d73896c13e047b28590d046dfeb36b2e0894 /graphics/imlib2 | |
parent | e126e0ecacff39597c259d6779a41703066bc9b7 (diff) | |
download | freebsd-ports-gnome-0973f187eff386652d6b53ebec22126361f31238.tar.gz freebsd-ports-gnome-0973f187eff386652d6b53ebec22126361f31238.tar.zst freebsd-ports-gnome-0973f187eff386652d6b53ebec22126361f31238.zip |
Add gnometarget to USE_GNOME, that's better way.
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 7ed3bc6b744b..71c584cafa51 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_LIBLTDL= yes USE_LIBTOOL_VER= 15 USE_X_PREFIX= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack pkgconfig gnometartet USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -37,5 +37,3 @@ CONFIGURE_ARGS= --enable-mmx .endif .include <bsd.port.post.mk> - -CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |