aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 09:11:33 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 09:11:33 +0800
commit61963c7242aeca4bb45d74fd414ea67332f2b8bb (patch)
tree30dff172a9d1695f94dacdc248ac3f19b13f222b /x11
parent5f20b47c7dd262e954ca2f226ca72e44b94e69ca (diff)
downloadfreebsd-ports-gnome-61963c7242aeca4bb45d74fd414ea67332f2b8bb.tar.gz
freebsd-ports-gnome-61963c7242aeca4bb45d74fd414ea67332f2b8bb.tar.zst
freebsd-ports-gnome-61963c7242aeca4bb45d74fd414ea67332f2b8bb.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'x11')
-rw-r--r--x11/gdkxft/Makefile2
-rw-r--r--x11/libdnd/Makefile2
-rw-r--r--x11/libexo/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile
index 5ce82da35e95..6bb34e24643d 100644
--- a/x11/gdkxft/Makefile
+++ b/x11/gdkxft/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -liconv" \
CFLAGS="${CFLAGS} `pkg-config xft --cflags`"
CONFIGURE_ARGS= --sbindir=${PREFIX}/bin
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN8= gdkxft_sysinstall.8
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile
index f0b8e78909f8..8df346204699 100644
--- a/x11/libdnd/Makefile
+++ b/x11/libdnd/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Drag and drop library
USE_XLIB= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/DND/DNDlib
GNU_CONFIGURE= yes
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index 34dd50adbc50..c6e38158160b 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.if defined(WITH_GTKDOC)
BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc