diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
commit | 7ef47488cb05bd8fb665e2190fa43d7b2255c15c (patch) | |
tree | cf4eab6ee041e4e59ea7da7125297182156d18e3 /devel/libtar | |
parent | c43de27d1c588bf32b7c709396494cee104e252a (diff) | |
download | FreeBSD-ports-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.zip FreeBSD-ports-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.gz |
- 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/libtar')
-rw-r--r-- | devel/libtar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index 77fe76a..c6abac9 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}" |