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/popt | |
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>
Notes
Notes:
svn path=/head/; revision=170639
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index c04862422621..fad97012c3b1 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -23,7 +23,7 @@ COMMENT= A getopt(3) like library with a number of enhancements, from Redhat BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN3= popt.3 |