aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-02-22 06:49:12 +0800
committerpav <pav@FreeBSD.org>2012-02-22 06:49:12 +0800
commite223f5cf7214449b1eedc4ec7c46b25a325be993 (patch)
treeedf74572bbc514a9397392cc8ad784505a1931ad
parentb4aa646db2b74392eae5024179746b62cc29b522 (diff)
downloadfreebsd-ports-gnome-e223f5cf7214449b1eedc4ec7c46b25a325be993.tar.gz
freebsd-ports-gnome-e223f5cf7214449b1eedc4ec7c46b25a325be993.tar.zst
freebsd-ports-gnome-e223f5cf7214449b1eedc4ec7c46b25a325be993.zip
- Limit BROKEN flag to CUPS option
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
-rw-r--r--x11/kdelibs3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 4875279ebfb8..89f640027d40 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -82,8 +82,10 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif # !exists(/usr/bin/bzip2)
.if ${OSVERSION} < 800000
+.if !defined(WITHOUT_CUPS)
BROKEN= does not build fully (cups) on FreeBSD 7.X
.endif
+.endif
pre-configure:
${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp