diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-26 17:27:35 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-26 17:27:35 +0000 |
commit | 75306483ba0d4b0b0b0a024576855199fe48b17f (patch) | |
tree | ff01c6bc02095e9244f57031790aa4dccf959c49 /x11 | |
parent | b44da07259bf2dfbc7cbe0ecfefe8e225139a1de (diff) | |
download | ports-75306483ba0d4b0b0b0a024576855199fe48b17f.tar.gz ports-75306483ba0d4b0b0b0a024576855199fe48b17f.zip |
Notes
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> |