diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /security/kth-krb4 | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r-- | security/kth-krb4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 5f4a3b4d78c..cba47e9bd67 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/08/05 10:04:48 seb Exp $ +# $NetBSD: Makefile,v 1.26 2003/08/09 11:21:56 seb Exp $ # DISTNAME= krb4-1.2.1 @@ -30,7 +30,6 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include/kerberosIV USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -USE_NEW_TEXINFO= YES INFO_FILES= kth-krb.info EXAMPLEDIR= ${PREFIX}/share/examples/kth-krb4 |