diff options
author | makc <makc@FreeBSD.org> | 2010-05-23 01:06:51 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-23 01:06:51 +0800 |
commit | ee81aef142535d35973d31e51bce19136445b25d (patch) | |
tree | 4e93c70998262b1041d9cf0d90ad77296a82fe7e /x11-clocks | |
parent | 49cda33135bd52e618c7a12250f6a263c33cd0c4 (diff) | |
download | freebsd-ports-gnome-ee81aef142535d35973d31e51bce19136445b25d.tar.gz freebsd-ports-gnome-ee81aef142535d35973d31e51bce19136445b25d.tar.zst freebsd-ports-gnome-ee81aef142535d35973d31e51bce19136445b25d.zip |
Remove needless LDCONFIG_DIRS from kde@ ports.
PR: ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 0c13d11fe3ab..5dba601c2640 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -25,7 +25,6 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> |