aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:52:58 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:52:58 +0000
commita74e175192310b620d3709e574997fd045e83264 (patch)
treef081658ab4d0dbd4b01dd6bdba5dd41c3f8f7127 /x11-themes
parent8a0edbe4ef8a4ab8fe26b2c705807dc53f8cc57f (diff)
downloadports-a74e175192310b620d3709e574997fd045e83264.tar.gz
ports-a74e175192310b620d3709e574997fd045e83264.zip
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks)
Notes
Notes: svn path=/head/; revision=256132
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/phase/Makefile4
-rw-r--r--x11-themes/qinx/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-themes/phase/Makefile b/x11-themes/phase/Makefile
index 36cf7c63ea06..8c61a50ec843 100644
--- a/x11-themes/phase/Makefile
+++ b/x11-themes/phase/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phase
PORTVERSION= 0.7
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.usermode.org/code/
@@ -20,7 +20,5 @@ USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
-USE_LDCONFIG= yes
-LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
.include <bsd.port.mk>
diff --git a/x11-themes/qinx/Makefile b/x11-themes/qinx/Makefile
index 69c62cce3f47..4ee6700fe0eb 100644
--- a/x11-themes/qinx/Makefile
+++ b/x11-themes/qinx/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qinx
PORTVERSION= 1.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.usermode.org/code/
@@ -18,7 +18,5 @@ USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
-USE_LDCONFIG= yes
-LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
.include <bsd.port.mk>