diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 18:50:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 18:50:18 +0000 |
commit | 626ab68657fc6806a2e8bfa200005a714438e4c2 (patch) | |
tree | 8ce2b64fb855c5dd72cd3b7e073de2ea38f0d1ee | |
parent | 97b65eca5b01c15f2010e9e454c0cecd7f4cf6fa (diff) | |
download | pkgsrc-626ab68657fc6806a2e8bfa200005a714438e4c2.tar.gz |
Remove two BUILDLINK_DEPENDS.* that refer older versions than mandated by
the buildlink2.mk files.
-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 |