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/newpki-lib | |
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/newpki-lib')
-rw-r--r-- | security/newpki-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile index cc944b0cc4d6..5d7e2e858574 100644 --- a/security/newpki-lib/Makefile +++ b/security/newpki-lib/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 USE_OPENSSL= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki |