aboutsummaryrefslogtreecommitdiff
path: root/graphics/gphoto2
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-30 22:59:16 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-30 22:59:16 +0000
commitfa223ae34c39025a169c7d6a302927f6d60f4fdb (patch)
treeafb35acb52d4251620b9e70822cbebeb803f4206 /graphics/gphoto2
parent52a6c1db502d34e4d1eebee09f07488d554fa2ad (diff)
downloadports-fa223ae34c39025a169c7d6a302927f6d60f4fdb.tar.gz
ports-fa223ae34c39025a169c7d6a302927f6d60f4fdb.zip
Notes
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r--graphics/gphoto2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
index 1149e5e5f552..7e7e37fbb631 100644
--- a/graphics/gphoto2/Makefile
+++ b/graphics/gphoto2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gphoto2
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.gphoto.net/dist/
@@ -17,7 +17,8 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
intl.1:${PORTSDIR}/devel/gettext-old \
usb-0.1.5:${PORTSDIR}/devel/libusb \
aa.1:${PORTSDIR}/graphics/aalib \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ exif.5:${PORTSDIR}/graphics/libexif
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
@@ -25,7 +26,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --without-cdk --without-exif --without-fig2dev \
+CONFIGURE_ARGS= --without-cdk --without-fig2dev \
--with-doc-dir=${DOCSDIR}
INSTALLS_SHLIB= yes
@@ -37,7 +38,7 @@ post-patch:
.for file in configure libgphoto2_port/configure
@${PERL} -pi -e 's|-g -Wall||g' ${WRKSRC}/${file}
.endfor
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
's|\@INSTALL\@|${INSTALL_CMD}|g ; \
s|AUTHORS COPYING README|AUTHORS README|g'