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 /graphics/epeg | |
parent | 878e8b40739e845d75a4960237dc4013bb4c0a7d (diff) | |
download | ports-6f5d4ec7131c9ae0c48628e3fdddbd508b904e63.tar.gz ports-6f5d4ec7131c9ae0c48628e3fdddbd508b904e63.zip |
Notes
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 8802d617106d..ab98fd610a4b 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -17,11 +17,9 @@ COMMENT= An immensely fast jpeg thumbnailer library API LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_LIBTOOL_VER= 15 -USE_GNOME= gnomehack +USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> - -CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |