diff options
author | pav <pav@FreeBSD.org> | 2011-10-10 06:18:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-10 06:18:29 +0800 |
commit | 316be2ec2311b6c4872d8d1d098faa0785fa479b (patch) | |
tree | 098a3a363e41c3193e9f833469edb41570c2568d /x11 | |
parent | 9fa17cba1db3f6d7501d482156667017a9f1ece4 (diff) | |
download | freebsd-ports-gnome-316be2ec2311b6c4872d8d1d098faa0785fa479b.tar.gz freebsd-ports-gnome-316be2ec2311b6c4872d8d1d098faa0785fa479b.tar.zst freebsd-ports-gnome-316be2ec2311b6c4872d8d1d098faa0785fa479b.zip |
- Move the BROKEN line to with-cups if-branch
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 3 |
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 |