diff options
author | wiz <wiz> | 2004-09-04 23:40:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-04 23:40:43 +0000 |
commit | 6c232c345a0db2217b233da269b3ee170d1e66e4 (patch) | |
tree | 4eb8d697214bfaad1362d80841be3b4af27ae331 /security | |
parent | bd8772ac88fbf09eb21743b8a875088fc9d945be (diff) | |
download | pkgsrc-6c232c345a0db2217b233da269b3ee170d1e66e4.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 'security')
-rw-r--r-- | security/kth-krb4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 2c537fd1718..d138edf4248 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/05/10 02:10:14 snj Exp $ +# $NetBSD: Makefile,v 1.34 2004/09/04 23:40:44 wiz Exp $ # DISTNAME= krb4-1.2.1 @@ -11,11 +11,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.pdc.kth.se/kth-krb/ COMMENT= Kerberos IV distribution from KTH -# enable this once our autoconf has been upgraded to autoconf>=2.52: -# (don't forget to also add automake.mk (see bottom)) -#AUTOCONF_REQD= 2.52 -#AUTOMAKE_REQD= 1.7 - CONFLICTS+= zephyr-[0-9]* CONFLICTS+= libdes-[0-9]* |