diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-19 21:34:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-19 21:34:21 +0000 |
commit | 0475b542030c0e513ba622cea08812633e353f06 (patch) | |
tree | 38bcddaaaed11c2571d54560819d157e7c7d1e67 /x11 | |
parent | 34a2d51f60d9db6b60b4e2b124d0174a55d5a8b3 (diff) | |
download | ports-0475b542030c0e513ba622cea08812633e353f06.tar.gz ports-0475b542030c0e513ba622cea08812633e353f06.zip |
- Mark BROKEN on 7.X: does not build fully (cups)
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=291855
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index a5766b8cd86d..4875279ebfb8 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -81,6 +81,10 @@ FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif # !exists(/usr/bin/bzip2) +.if ${OSVERSION} < 800000 +BROKEN= does not build fully (cups) on FreeBSD 7.X +.endif + pre-configure: ${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp ${REINPLACE_CMD} -e "s,ac_cups_share_test=.*,ac_cups_share_test=,g" \ |