summaryrefslogtreecommitdiff
path: root/graphics/gphoto2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-08-02 12:16:05 +0000
committerwiz <wiz@pkgsrc.org>2001-08-02 12:16:05 +0000
commitd5020b35b0ae955d98a5596e85b02121bb4c29d6 (patch)
tree771f0982eb38bea85157b325dac62dde113411cb /graphics/gphoto2
parentd438151d1eb5e584eb93c0e69ebb584edab81f35 (diff)
downloadpkgsrc-d5020b35b0ae955d98a5596e85b02121bb4c29d6.tar.gz
This seems to depend on glib, too. Add dependency. Noted by recent bulk build.
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r--graphics/gphoto2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
index 70d9f66e952..99b16ce329a 100644
--- a/graphics/gphoto2/Makefile
+++ b/graphics/gphoto2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/08/01 15:50:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/02 12:16:05 wiz Exp $
DISTNAME= gphoto-2.0beta1
PKGNAME= gphoto-2.0.0.1nb1
@@ -10,14 +10,12 @@ HOMEPAGE= http://www.gphoto.org/gphoto2/
COMMENT= Download and view files from various digital cameras
BUILD_USES_MSGFMT= yes
-DEPENDS+= libusb-*:../../devel/libusb
USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
#LIBTOOL_OVERRIDE= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_SCRIPT= ${WRKSRC}/build.sh
CONFIGURE_ARGS+= --with-html-dir=${LOCALBASE}/share/doc/html/gphoto2
.include "../../devel/gettext-lib/buildlink.mk"
@@ -35,4 +33,6 @@ pre-configure:
${SED} -e 's/\/\.libs//g' < $$i.NB > $$i; \
done \
+.include "../../devel/glib/buildlink.mk"
+.include "../../devel/libusb/buildlink.mk"
.include "../../mk/bsd.pkg.mk"