diff options
author | nectar <nectar@FreeBSD.org> | 2004-03-08 12:12:26 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-03-08 12:12:26 +0000 |
commit | 77cfd79cf5f15ab601c0b96c50e9d153ccceedcf (patch) | |
tree | ca69ca04e8dbad85bb28a29b3267cbd3b971b755 /security | |
parent | e52aac2bc8ba47a0be5da2d4c95bcaeded638408 (diff) | |
download | FreeBSD-ports-77cfd79cf5f15ab601c0b96c50e9d153ccceedcf.zip FreeBSD-ports-77cfd79cf5f15ab601c0b96c50e9d153ccceedcf.tar.gz |
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>
Diffstat (limited to 'security')
-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 e41db2b..f56e9c7 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 |