diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-03-08 12:12:26 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-03-08 12:12:26 +0000 |
commit | 702d1ec3dad1cf6a5433824609897d5af38920b8 (patch) | |
tree | 2e1b9a607b940b0a537ea367d4c55b2dcaa2a3aa /security/heimdal/Makefile | |
parent | 9038509234ff32afa6fdb0169481615af52300e5 (diff) | |
download | ports-702d1ec3dad1cf6a5433824609897d5af38920b8.tar.gz ports-702d1ec3dad1cf6a5433824609897d5af38920b8.zip |
Set `USE_LIBTOOL=yes'. Previously, the value was `no', but that means
the same thing. My original intention was to work around a build
buglet encountered on some version of FreeBSD. Apparently, no such
work around is necessary.
Reported by: Rolandas Naujikas <rolnas@takas.lt>
Notes
Notes:
svn path=/head/; revision=103299
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index e41db2be559d..f56e9c7e81d1 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib .endif -USE_LIBTOOL= no # Uses included version. +USE_LIBTOOL= yes USE_OPENSSL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |