diff options
author | jlam <jlam> | 2000-07-25 04:57:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-25 04:57:24 +0000 |
commit | 9bac2f855c5e5a3bf4ab34c2915879a41049d235 (patch) | |
tree | ef02e6c026a14f59803c4f8892749b6f8cf13d02 | |
parent | 7a44e7d3d30cf5354e449575b127e1c7215f40be (diff) | |
download | pkgsrc-9bac2f855c5e5a3bf4ab34c2915879a41049d235.tar.gz |
Analogous change to Makefile in libungif: use autoreconf instead of
autoconf.
-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} |