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/swig11 | |
parent | db0ebc9499d9e83a7facb9785799a902707c4cf2 (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/swig11')
-rw-r--r-- | devel/swig11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 775c45bc6770..fe841fa87249 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -25,7 +25,7 @@ VER= 1.1 USE_PERL5= yes USE_PYTHON= yes PYTHON_NO_DEPENDS= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME:U}${PORTVERSION} GNU_CONFIGURE= yes |