aboutsummaryrefslogtreecommitdiff
path: root/devel/libmba
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 22:55:18 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 22:55:18 +0000
commit4de56a776b06e3e1141de9f8098f35898c845484 (patch)
tree6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /devel/libmba
parentdb0ebc9499d9e83a7facb9785799a902707c4cf2 (diff)
downloadports-4de56a776b06e3e1141de9f8098f35898c845484.tar.gz
ports-4de56a776b06e3e1141de9f8098f35898c845484.zip
- 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>
Notes
Notes: svn path=/head/; revision=170639
Diffstat (limited to 'devel/libmba')
-rw-r--r--devel/libmba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmba/Makefile b/devel/libmba/Makefile
index c5edd95981b7..0f62b9bcaccf 100644
--- a/devel/libmba/Makefile
+++ b/devel/libmba/Makefile
@@ -23,7 +23,7 @@ MAKE_ENV= prefix="${PREFIX}" CC="${CC}" \
RPM_OPT_FLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN3= allocator.3m bitset.3m cfg.3m csv.3m diff.3m eval.3m hashmap.3m \
hexdump.3m linkedlist.3m msgno.3m path.3m pool.3m shellout.3m \