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/shishi/Makefile | |
parent | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (diff) | |
download | ports-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.tar.gz ports-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.zip |
- 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/shishi/Makefile')
-rw-r--r-- | security/shishi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 8e105317efa0..e3ad95d61cb3 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --disable-starttls \ --with-db-dir=/var/shishi -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= shishi |