summaryrefslogtreecommitdiff
path: root/graphics/libgphoto2
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-08-01 13:11:45 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-08-01 13:11:45 +0000
commit425fe02c5a71a8ab01bbecede0e7e54d1ed9d913 (patch)
tree39e85c3f250b132cd80847c2513e6de62770e6cc /graphics/libgphoto2
parentFinish up postfix1 after repo-copy from postfix. (diff)
Utilize USE_GNOME.
PR: 55055 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=86117
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r--graphics/libgphoto2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index 25c229e53117..91f3835337a3 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -14,17 +14,15 @@ MASTER_SITE_SUBDIR= gphoto
MAINTAINER= ports@FreeBSD.org
COMMENT= A universal digital camera picture control tool
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
usb-0.1.7:${PORTSDIR}/devel/libusb \
exif.9:${PORTSDIR}/graphics/libexif
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_BZIP2= yes
USE_REINPLACE= yes
+USE_GNOME= gnometarget pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
@@ -35,7 +33,7 @@ post-patch:
.for file in configure libgphoto2_port/configure
@${REINPLACE_CMD} -e \
's|[{]libdir[}]/pkgconfig|{prefix}/libdata/pkgconfig|g ; \
- s|-g -Wall||g' ${WRKSRC}/${file}
+ s|-g ||g' ${WRKSRC}/${file}
.endfor
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|po packaging doc|po doc|g ; \