aboutsummaryrefslogtreecommitdiff
path: root/graphics/libexif
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-31 06:58:14 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-31 06:58:14 +0000
commitefb47a631547f41f9c49da5b37e713bf0d053e34 (patch)
tree544d82b0f92b6917f0161911274f6b6568f3045b /graphics/libexif
parent3857dbc24f5d9caab3fc59e4a5c86d33ba54d40d (diff)
downloadports-efb47a631547f41f9c49da5b37e713bf0d053e34.tar.gz
ports-efb47a631547f41f9c49da5b37e713bf0d053e34.zip
update graphics/libexif:
- Utilize USE_GNOME PR: 55054 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=86015
Diffstat (limited to 'graphics/libexif')
-rw-r--r--graphics/libexif/Makefile9
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>