diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-31 14:58:14 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-31 14:58:14 +0800 |
commit | 301a2958b58a8ae31d64100583862252593e5cde (patch) | |
tree | 78615fd1153e48f468abace82ee4c7473ca2c3e6 | |
parent | b219dc144f620f9f6120e242a744d8f75f4df04a (diff) | |
download | freebsd-ports-gnome-301a2958b58a8ae31d64100583862252593e5cde.tar.gz freebsd-ports-gnome-301a2958b58a8ae31d64100583862252593e5cde.tar.zst freebsd-ports-gnome-301a2958b58a8ae31d64100583862252593e5cde.zip |
update graphics/libexif:
- Utilize USE_GNOME
PR: 55054
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | graphics/libexif/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 1ae8c597296b..d4ae0af9d727 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -14,21 +14,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Library to read digital camera file meta-data -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes -USE_REINPLACE= yes +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' .include <bsd.port.mk> |