aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 01:11:33 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 01:11:33 +0000
commite2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0 (patch)
tree644f09b8599478606b0b2308d5ddb42c8ca91fc6 /x11
parent1a5ed1100b2fbede0dc03b0642c7ef1b20393fcc (diff)
downloadports-e2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0.tar.gz
ports-e2f1a391066e99c8f7f9e88ba89d0e35e2b8b6b0.zip
Notes
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