diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-08 09:13:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-08 09:13:07 +0000 |
commit | 409b91ce177b926c72aeff93a0bcff28d962959f (patch) | |
tree | a6e5502f11d84a0796c12fdd24448797b3efc330 /x11/kdelibs3/Makefile | |
parent | c857df6132409aa98da9ba292532d404dbaf2e4a (diff) | |
download | ports-409b91ce177b926c72aeff93a0bcff28d962959f.tar.gz ports-409b91ce177b926c72aeff93a0bcff28d962959f.zip |
Notes
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 6fad7a16c705..7b5f8dbd161b 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -49,8 +49,6 @@ CONFLICTS+= kdelibs-nocups-[0-9]* LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .endif -BROKEN= does not compile - USE_BZIP2= yes USE_FAM= yes USE_GETTEXT= yes @@ -86,6 +84,8 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .if ${OSVERSION} < 800000 .if !defined(WITHOUT_CUPS) BROKEN= does not build fully (cups) on FreeBSD 7.X +.else +BROKEN= does not compile .endif .endif |