aboutsummaryrefslogtreecommitdiff
path: root/devel/libtar/Makefile
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/libtar/Makefile
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/libtar/Makefile')
-rw-r--r--devel/libtar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile
index 77fe76ab04ae..c6abac957081 100644
--- a/devel/libtar/Makefile
+++ b/devel/libtar/Makefile
@@ -16,7 +16,7 @@ COMMENT= A library for manipulating POSIX and GNU tar files
USE_GMAKE= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"