diff options
author | pav <pav@FreeBSD.org> | 2012-02-22 06:49:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-02-22 06:49:12 +0800 |
commit | e223f5cf7214449b1eedc4ec7c46b25a325be993 (patch) | |
tree | edf74572bbc514a9397392cc8ad784505a1931ad | |
parent | b4aa646db2b74392eae5024179746b62cc29b522 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |