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 | |
parent | 878e8b40739e845d75a4960237dc4013bb4c0a7d (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epeg/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
2 files changed, 2 insertions, 6 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} 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} |