summaryrefslogtreecommitdiff
path: root/graphics/cal3d
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-04 23:40:43 +0000
committerwiz <wiz>2004-09-04 23:40:43 +0000
commit8dea0e04753008fe908db9ca799fd159bb514d09 (patch)
tree4eb8d697214bfaad1362d80841be3b4af27ae331 /graphics/cal3d
parent9aab343063b3f3ce54294992321c2813bcd9d35b (diff)
downloadpkgsrc-8dea0e04753008fe908db9ca799fd159bb514d09.tar.gz
AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set). Remove a few cases where it was set unnecessarily.
Diffstat (limited to 'graphics/cal3d')
-rw-r--r--graphics/cal3d/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cal3d/Makefile.common b/graphics/cal3d/Makefile.common
index f834d3a4b0d..ae3d47b7f1f 100644
--- a/graphics/cal3d/Makefile.common
+++ b/graphics/cal3d/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/09/04 23:40:43 wiz Exp $
#
DISTNAME= cal3d-${CAL3D_VERSION}
@@ -15,7 +15,6 @@ EXTRACT_SUFX= .tar.bz2
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-AUTOMAKE_REQD= 1.8
#AUTOMAKE_OVERRIDE= NO
.include "../../mk/autoconf.mk"