diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 09:11:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 09:11:33 +0800 |
commit | 61963c7242aeca4bb45d74fd414ea67332f2b8bb (patch) | |
tree | 30dff172a9d1695f94dacdc248ac3f19b13f222b /x11-clocks | |
parent | 5f20b47c7dd262e954ca2f226ca72e44b94e69ca (diff) | |
download | freebsd-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-clocks')
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 06283ee18d27..6ee0488d8263 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -25,7 +25,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> |