aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkada
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 09:13:42 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 09:13:42 +0800
commitd601d5bb499e517ebcfae4091db4867df080e5c2 (patch)
tree96374f49199f83ce65e67dc9d9ebc4fe767754de /x11-toolkits/gtkada
parent61963c7242aeca4bb45d74fd414ea67332f2b8bb (diff)
downloadfreebsd-ports-graphics-d601d5bb499e517ebcfae4091db4867df080e5c2.tar.gz
freebsd-ports-graphics-d601d5bb499e517ebcfae4091db4867df080e5c2.tar.zst
freebsd-ports-graphics-d601d5bb499e517ebcfae4091db4867df080e5c2.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'x11-toolkits/gtkada')
-rw-r--r--x11-toolkits/gtkada/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile
index d23d772be5f..ef2b65fc9d5 100644
--- a/x11-toolkits/gtkada/Makefile
+++ b/x11-toolkits/gtkada/Makefile
@@ -26,7 +26,7 @@ SHLIB_VERSION= ${PORTVERSION:S/1.2.//}
USE_X_PREFIX= yes
USE_GNOME= libcapplet libglade
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"