aboutsummaryrefslogtreecommitdiff
path: root/graphics/tulip
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 23:06:39 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 23:06:39 +0000
commit10ddcca177d6d91079be1d2569dae59e314d70c9 (patch)
tree99a6744dc9660c3435aa9d77234a5901dd589105 /graphics/tulip
parent4de56a776b06e3e1141de9f8098f35898c845484 (diff)
Notes
Diffstat (limited to 'graphics/tulip')
-rw-r--r--graphics/tulip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index f7bce7c1bd71..9323a0a3ea9a 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-qt-includes=${QT_PREFIX}/include \
# So we remove it from pkg-plist and disable it here to make sure it does not
# get build somehow, causing plist problems
CONFIGURE_ARGS+= --disable-tlprender
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include -I${PREFIX}/include \
-I${QT_PREFIX}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS}