From 316be2ec2311b6c4872d8d1d098faa0785fa479b Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 9 Oct 2011 22:18:29 +0000 Subject: - Move the BROKEN line to with-cups if-branch Submitted by: Oliver Pinter --- x11/kdelibs3/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11') 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 -- cgit