summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-02 22:08:44 +0000
committerwiz <wiz@pkgsrc.org>2002-10-02 22:08:44 +0000
commit1bfeff5e3ab1cdc2e39dee0d0063b6060be9eb15 (patch)
treed996991d7c200662ae0bb7cd9fc2bcee3d0387ee /graphics/gdk-pixbuf
parent70318282845df5ac7634ff296cdefd6f08f72dd0 (diff)
downloadpkgsrc-1bfeff5e3ab1cdc2e39dee0d0063b6060be9eb15.tar.gz
Use automake.mk and autoconf.mk.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index f6bbf7dc93d..e3885e3f135 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2002/09/11 10:12:38 jlam Exp $
+# $NetBSD: Makefile.common,v 1.28 2002/10/02 22:08:44 wiz Exp $
#
DISTNAME= gdk-pixbuf-0.18.0
@@ -8,9 +8,8 @@ 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
-
+AUTOCONF_REQD= 2.13
+AUTOMAKE_REQD= 1.4
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11BASE= YES
@@ -28,12 +27,13 @@ PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
pre-configure:
cd ${WRKSRC}; \
- ${LOCALBASE}/bin/aclocal; \
- ${LOCALBASE}/bin/autoheader; \
- ${LOCALBASE}/bin/automake -a --foreign -i; \
- ${LOCALBASE}/bin/autoconf
+ ${ACLOCAL}; \
+ ${AUTOHEADER}; \
+ ${AUTOMAKE} -a --foreign -i; \
+ ${AUTOCONF}
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/automake.mk"