diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-25 04:55:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-25 04:55:41 +0000 |
commit | 2ad25d033c4bac8ed63d6aecbfc5e863083415a7 (patch) | |
tree | b6c4fd8b73d01a62cec0b7626b39a45e3b94879c /graphics | |
parent | e698a71b1dd7bc013675bf25559806122bfec915 (diff) | |
download | pkgsrc-2ad25d033c4bac8ed63d6aecbfc5e863083415a7.tar.gz |
For some reason, running only "autoconf" broke the build when the automake
package is also installed. But it works when we "autoreconf"igure instead.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libungif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 7f5d4f8146f..b4632d41a42 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/14 09:52:46 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/25 04:55:41 jlam Exp $ # DISTNAME= libungif-4.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml CONFLICTS= giflib-* -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= autoreconf:../../devel/autoconf USE_LIBTOOL= yes 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: cd ${PREFIX}; for f in libungif.a libungif.so.5.0; do \ |