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/open-cobol-devel | |
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/open-cobol-devel')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 2906f08..ecd4e66 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -23,7 +23,7 @@ USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= open-cobol |