From 50795f01a3c57015e598ca1fc2157ee9960e872b Mon Sep 17 00:00:00 2001 From: clsung Date: Mon, 14 Aug 2006 23:06:39 +0000 Subject: - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin --- graphics/tulip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/tulip') 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} -- cgit