summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-10-09 22:18:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-10-09 22:18:29 +0000
commit81ce45aebf92af3c22a90139c592c83a2958b455 (patch)
treed5ef1bc6cae87557a16c3c8d9a3e5e63c8f16b3b /x11
parentUpdate to the 20111008 snapshot of GCC 4.7.0. (diff)
- Move the BROKEN line to with-cups if-branch
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
Notes
Notes: svn path=/head/; revision=283265
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 36640411125e..eecb14c1cc96 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -37,8 +37,6 @@ RUN_DEPENDS= kdehier>0:${PORTSDIR}/misc/kdehier \
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
iceauth:${PORTSDIR}/x11/iceauth
-BROKEN= does not build
-
CONFLICTS_BUILD= openssl-1.*
CONFLICTS+= kdeadmin-3.[0-3].* kdeadmin-3.4.[0-1]* kdeartwork-3.[2-3]* kdebase-3.[0-4]* kdepim-3.2*
.if defined(WITHOUT_CUPS) || defined(KDE_WITHOUT_CUPS)
@@ -47,6 +45,7 @@ PKGNAMESUFFIX= -nocups
CONFIGURE_ARGS+=--disable-cups
PLIST= ${.CURDIR}/../kdelibs3-nocups/pkg-plist
.else
+BROKEN= does not build
CONFLICTS+= kdelibs-nocups-[0-9]*
LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client
.endif