diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
commit | 4c38713d7bad9af9588bff4f78232edc9e411542 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /graphics/gdk-pixbuf | |
parent | bdc33053bdd7bb6de1d25615bcddc846d22acbd6 (diff) | |
download | pkgsrc-4c38713d7bad9af9588bff4f78232edc9e411542.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index c2f76cf62a0..71234f092f4 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2001/09/30 21:17:58 rh Exp $ +# $NetBSD: Makefile.common,v 1.17 2001/11/29 19:46:12 jlam Exp $ # DISTNAME= gdk-pixbuf-0.11.0 @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_GMAKE= # defined |