diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-10 23:50:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-10 23:50:26 +0800 |
commit | e126e0ecacff39597c259d6779a41703066bc9b7 (patch) | |
tree | fbfaf92edf73a88c5c388c90d1b7243d2a4ca264 /graphics | |
parent | cdfaeb36fe390cb3f30cc844e55a226fa00a9deb (diff) | |
download | freebsd-ports-gnome-e126e0ecacff39597c259d6779a41703066bc9b7.tar.gz freebsd-ports-gnome-e126e0ecacff39597c259d6779a41703066bc9b7.tar.zst freebsd-ports-gnome-e126e0ecacff39597c259d6779a41703066bc9b7.zip |
add gnometarget to USE_GNOME, that's better way.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib2_loaders/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index f4757f101952..1b17366c815f 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \ USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 +USE_GNOME= gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> - -CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |