From 2751b55e8fa00e622c4a2a53703d47eb4edfa3a5 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 25 Jul 2000 04:55:41 +0000 Subject: For some reason, running only "autoconf" broke the build when the automake package is also installed. But it works when we "autoreconf"igure instead. --- graphics/libungif/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/libungif') 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 \ -- cgit v1.2.3