summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-02-05 05:06:32 +0000
committerjlam <jlam@pkgsrc.org>2003-02-05 05:06:32 +0000
commitf45c0179236a61aae0b3835ddf48231c0c15d808 (patch)
tree216db4f192eeb6886d463cf473239b97f7ccf45d /graphics
parent81a8b484baf0134da0aa9e4af2e1488709339f73 (diff)
downloadpkgsrc-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')
-rw-r--r--graphics/gimageview/Makefile5
-rw-r--r--graphics/gphoto/Makefile5
-rw-r--r--graphics/scigraphica/Makefile5
3 files changed, 9 insertions, 6 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 2a0cff8add7..02864bd76bd 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/01/28 23:00:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/02/05 05:06:35 jlam Exp $
DISTNAME= gimageview-0.2.13
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= jrp@hispabsd.org
HOMEPAGE= http://gtkmmviewer.sourceforge.net/
COMMENT= GTK+ based image viewer with tabbed browsing
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
@@ -25,7 +27,6 @@ CONFIGURE_ARGS+= --disable-xinetest
# don't need both -- gimageview prefers gdk-pixbuf, so do we
#.include "../../graphics/imlib/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../graphics/mng/buildlink2.mk"
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"
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index 94cb318335a..e8e5eba1259 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/01/28 23:00:55 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2003/02/05 05:06:36 jlam Exp $
#
DISTNAME= scigraphica-0.8.0
@@ -10,6 +10,8 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= data analysis and technical graphics
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES
@@ -29,7 +31,6 @@ PY_PATCHPLIST= YES
.include "../../devel/readline/buildlink2.mk"
.include "../../graphics/imlib/buildlink2.mk"
.include "../../math/py-Numeric/buildlink2.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/gtk+extra/buildlink2.mk"