diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-04 23:40:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-04 23:40:43 +0000 |
commit | c85130d403268430fd7a7a28ed065188d44a6c28 (patch) | |
tree | 4eb8d697214bfaad1362d80841be3b4af27ae331 /graphics/cal3d | |
parent | 76e857fe6e7040f4f03b34e4747a00aaf70c8412 (diff) | |
download | pkgsrc-c85130d403268430fd7a7a28ed065188d44a6c28.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.common | 3 |
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" |