diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-10 15:50:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-10 15:50:54 +0000 |
commit | 6f5d4ec7131c9ae0c48628e3fdddbd508b904e63 (patch) | |
tree | e89dd5c8e5b1fb8bb6c6ccdde443acd7b649847f /devel/eet | |
parent | add gnometarget to USE_GNOME, that's better way. (diff) |
Add gnometarget to USE_GNOME, that's better way.
Notes
Notes:
svn path=/head/; revision=115838
Diffstat (limited to 'devel/eet')
-rw-r--r-- | devel/eet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 32c84d8306d8..3a9af81f487a 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -17,11 +17,9 @@ COMMENT= Enlightenment Data Handling Library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_LIBTOOL_VER= 15 -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> - -CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |