diff options
author | garga <garga@FreeBSD.org> | 2006-08-27 01:27:35 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-27 01:27:35 +0800 |
commit | 46ed64b0d549253a07c30bb3aa048341e911bcd8 (patch) | |
tree | c422d3287c1db65925f5332cb2a63209c8bbf3f4 /x11 | |
parent | 628bca9f81d71cdd2553a2d8ae9d78ffd9d5c3c0 (diff) | |
download | freebsd-ports-gnome-46ed64b0d549253a07c30bb3aa048341e911bcd8.tar.gz freebsd-ports-gnome-46ed64b0d549253a07c30bb3aa048341e911bcd8.tar.zst freebsd-ports-gnome-46ed64b0d549253a07c30bb3aa048341e911bcd8.zip |
s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/102516
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 54ba120e2a18..b225967b2f3e 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |