diff options
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} |