summaryrefslogtreecommitdiff
path: root/graphics/gphoto
diff options
context:
space:
mode:
authorjlam <jlam>2003-02-05 05:06:32 +0000
committerjlam <jlam>2003-02-05 05:06:32 +0000
commit62b44587e6efe11998f6b7da8db820d3145ebaee (patch)
tree216db4f192eeb6886d463cf473239b97f7ccf45d /graphics/gphoto
parent02dbf5488178f49a57929342168951164e7fb308 (diff)
downloadpkgsrc-62b44587e6efe11998f6b7da8db820d3145ebaee.tar.gz
gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
Diffstat (limited to 'graphics/gphoto')
-rw-r--r--graphics/gphoto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile
index b321cec37f7..4da552b48ba 100644
--- a/graphics/gphoto/Makefile
+++ b/graphics/gphoto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/01/28 23:00:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2003/02/05 05:06:35 jlam Exp $
DISTNAME= gphoto-0.4.3
PKGREVISION= 3
@@ -9,6 +9,8 @@ MAINTAINER= jmcm@cs.cmu.edu
HOMEPAGE= http://www.gphoto.org/
COMMENT= Download and view files from various digital cameras
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
@@ -17,5 +19,4 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../graphics/imlib/buildlink2.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"