diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:04:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:04:55 +0000 |
commit | c54010f43433d6a46ee3d2484b4d98dbcecb24c0 (patch) | |
tree | c200c20995b53ca07f9f89992ecdeaf583596751 /security/heimdal | |
parent | - s,INSTALLS_SHLIB,USE_LDCONFIG,g (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170652
Diffstat (limited to 'security/heimdal')
-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 b25154d9a785..edfbaf509cbd 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -24,7 +24,7 @@ OPTIONS+= X11 "Build X11 utilies" off USE_OPENSSL= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --enable-shared --without-krb4 |