summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-05-12 21:39:20 +0000
committerrh <rh@pkgsrc.org>2002-05-12 21:39:20 +0000
commit0b2a39425cd69a4d8afdcb612c360fa52bd28d46 (patch)
tree49b5ace1630ed351ca51a9219cefbc538c8167c1 /graphics/gdk-pixbuf
parent1905228449a7d4d7579e08b2fee3a80f6ffefd54 (diff)
downloadpkgsrc-0b2a39425cd69a4d8afdcb612c360fa52bd28d46.tar.gz
Add an explicit dependency on autoconf-2.13. This closes PR 16764 by
<jaco@teaser.fr>
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index 3070f7f50a5..ee04911e5c1 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2002/05/11 11:56:58 rh Exp $
+# $NetBSD: Makefile.common,v 1.23 2002/05/12 21:39:20 rh Exp $
#
DISTNAME= gdk-pixbuf-0.17.0
@@ -8,6 +8,7 @@ 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= YES