diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
commit | 4de56a776b06e3e1141de9f8098f35898c845484 (patch) | |
tree | 6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /devel/lwp | |
parent | Chase GeoIP shared library version bump. (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'devel/lwp')
-rw-r--r-- | devel/lwp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index def643731111..ba0888abb956 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -17,7 +17,7 @@ COMMENT= A userspace thread library USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |