summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-25 04:55:41 +0000
committerjlam <jlam>2000-07-25 04:55:41 +0000
commit2751b55e8fa00e622c4a2a53703d47eb4edfa3a5 (patch)
treeb6c4fd8b73d01a62cec0b7626b39a45e3b94879c /graphics/libungif
parentb82b4353275a3a385d8109fb86b22f832a3bf67b (diff)
downloadpkgsrc-2751b55e8fa00e622c4a2a53703d47eb4edfa3a5.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/libungif')
-rw-r--r--graphics/libungif/Makefile6
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 \