diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-05 05:06:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-05 05:06:32 +0000 |
commit | f45c0179236a61aae0b3835ddf48231c0c15d808 (patch) | |
tree | 216db4f192eeb6886d463cf473239b97f7ccf45d /graphics/gphoto/Makefile | |
parent | 81a8b484baf0134da0aa9e4af2e1488709339f73 (diff) | |
download | pkgsrc-f45c0179236a61aae0b3835ddf48231c0c15d808.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/Makefile')
-rw-r--r-- | graphics/gphoto/Makefile | 5 |
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" |