diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 00:29:13 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 00:29:13 +0000 |
commit | 15d63d3453345638c822efbea0e9024612576ad9 (patch) | |
tree | d791bc09e611ad8bf83cafb0113310121bd0f5ad /lang/ruby16 | |
parent | 5ae1e733538696e693315558e0fe177834c3b4c1 (diff) | |
download | FreeBSD-ports-15d63d3453345638c822efbea0e9024612576ad9.zip FreeBSD-ports-15d63d3453345638c822efbea0e9024612576ad9.tar.gz |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 520b846..70dbf01 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -59,7 +59,7 @@ CFLAGS+= -g STRIP= # none .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= ${RUBY_NAME}.1 NO_LATEST_LINK= yes |