diff options
author | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
commit | cb1fc19b764526d5c100f121c758aa3e5a2133ae (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /graphics | |
parent | fb2f3d6416f51b896d67f14150ee850d9008f6e3 (diff) | |
download | pkgsrc-cb1fc19b764526d5c100f121c758aa3e5a2133ae.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')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 3 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index ceffdc47018..2f4e91f786c 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2001/10/24 22:11:02 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2001/11/29 19:46:12 jlam Exp $ # DISTNAME= imlib-1.9.11 @@ -9,7 +9,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.nl.rasterman.com/imlib.html COMMENT= image manipulation library for X11 -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_X11BASE= yes |