aboutsummaryrefslogtreecommitdiff
path: root/lang/q
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 00:29:13 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 00:29:13 +0000
commite8390e6e3c7cf23c6546db19b823f8b4fc9763b2 (patch)
tree0f9d2255cdc2514c08af673efe768018c7601866 /lang/q
parent653d6eb934c51460f3a70b764c488261192385cc (diff)
downloadports-e8390e6e3c7cf23c6546db19b823f8b4fc9763b2.tar.gz
ports-e8390e6e3c7cf23c6546db19b823f8b4fc9763b2.zip
Notes
Diffstat (limited to 'lang/q')
-rw-r--r--lang/q/Makefile2
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.