diff options
author | wiz <wiz> | 2002-10-08 18:50:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-08 18:50:18 +0000 |
commit | c6c093ce30ff32a22861021aefb8f5bbde55d8c9 (patch) | |
tree | 8ce2b64fb855c5dd72cd3b7e073de2ea38f0d1ee /graphics | |
parent | 73f37eda8f14f351395bdcda0fca30a47fe3f9c8 (diff) | |
download | pkgsrc-c6c093ce30ff32a22861021aefb8f5bbde55d8c9.tar.gz |
Remove two BUILDLINK_DEPENDS.* that refer older versions than mandated by
the buildlink2.mk files.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 54966651bdc..fe9eecb459d 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/09/15 21:43:17 jmcneill Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/08 18:50:18 wiz Exp $ DISTNAME= dia-0.90 # PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.lysator.liu.se/~alla/dia/ COMMENT= program for creating diagrams of all kinds BUILD_DEPENDS+= bison>=1.35:../../devel/bison -BUILDLINK_DEPENDS.gnome_libs= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs -BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf USE_X11= yes USE_GMAKE= yes |