diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 08:29:13 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 08:29:13 +0800 |
commit | 15d63d3453345638c822efbea0e9024612576ad9 (patch) | |
tree | d791bc09e611ad8bf83cafb0113310121bd0f5ad /lang/q | |
parent | 5ae1e733538696e693315558e0fe177834c3b4c1 (diff) | |
download | freebsd-ports-gnome-15d63d3453345638c822efbea0e9024612576ad9.tar.gz freebsd-ports-gnome-15d63d3453345638c822efbea0e9024612576ad9.tar.zst freebsd-ports-gnome-15d63d3453345638c822efbea0e9024612576ad9.zip |
- 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/q')
-rw-r--r-- | lang/q/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 9b8d16f5b2a9..4299c6eb0780 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/dx/lib_freebsd ${PTHRE # in libDXL.so (_dxfImportBin_FP is defined in libDX.so) CONFIGURE_ARGS= --with-dxl-includes=-I${LOCALBASE}/dx/include \ "--with-dxl=-lDXL -lDX" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes # The tk module is built by default, but you can disable this by defining # the following variable. |