diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-25 22:24:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-25 22:24:48 +0800 |
commit | b76ba6fe499e5f0dc12b42c13ecb219b10d031a2 (patch) | |
tree | a55eeed277032553130474030882177cc928fa72 /security/krb5-appl | |
parent | 15b39aa34ee8fe8fc2bcdac68808bf0d3f19dea3 (diff) | |
download | freebsd-ports-gnome-b76ba6fe499e5f0dc12b42c13ecb219b10d031a2.tar.gz freebsd-ports-gnome-b76ba6fe499e5f0dc12b42c13ecb219b10d031a2.tar.zst freebsd-ports-gnome-b76ba6fe499e5f0dc12b42c13ecb219b10d031a2.zip |
- Drop USE_AUTOTOOLS=libtool, not used
Approved by: portmgr blanket
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index eb68249b2811..6e87a028dec5 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -26,7 +26,7 @@ USES= gmake perl5 USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 -USE_AUTOTOOLS= libtool autoheader autoconf +USE_AUTOTOOLS= autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc MAKE_ARGS= INSTALL="${INSTALL}" |