From 362f1647fc42d9dab99171953963118878b6c794 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 25 Jul 2000 04:57:24 +0000 Subject: Analogous change to Makefile in libungif: use autoreconf instead of autoconf. --- graphics/giflib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/giflib') diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index e5558bc1545..3da99f5b428 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/07/14 09:52:45 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2000/07/25 04:57:24 jlam Exp $ # DISTNAME= giflib-4.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml CONFLICTS= libungif-* -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= autoreconf:../../devel/autoconf USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -30,7 +30,7 @@ post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html pre-configure: - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && autoreconf post-install: ${INSTALL_DATA_DIR} ${DOCDIR} -- cgit v1.2.3