diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 18:50:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 18:50:55 +0000 |
commit | 75d791d5803300f311b54cf4f41309de8250fac8 (patch) | |
tree | 3c914a06f2cddb70c58a789e76e567e4661ffd98 /graphics/gqview/Makefile | |
parent | 626ab68657fc6806a2e8bfa200005a714438e4c2 (diff) | |
download | pkgsrc-75d791d5803300f311b54cf4f41309de8250fac8.tar.gz |
Remove BUILDLINK_DEPENDS.* that refers older versions than mandated by
the buildlink2.mk files.
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index e8bbcec8de5..7e6004ed372 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/08/25 21:49:53 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2002/10/08 18:50:55 wiz Exp $ # DISTNAME= gqview-1.0.1 @@ -18,8 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0nb1 - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" |