1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

No longer BROKEN in 3-stable.

This commit is contained in:
R. Imura 2000-02-24 14:07:24 +00:00
parent 8c5e852c59
commit c5d0169451
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26254
2 changed files with 2 additions and 14 deletions

View File

@ -31,12 +31,6 @@ CONFIGURE_ENV= CXX="${CXX}" QTINC=${X11BASE}/include/X11/ \
CONFIGURE_ARGS= --prefix=${LOCALBASE} \
--with-qtdoc-dir=${X11BASE}/share/doc/qt/html
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400012
BROKEN= "Requires NEWGCC-compiled kde libs"
.endif
.if !defined(USE_OPTIONAL_RUNDEPENDS)
pre-patch:
@${ECHO}
@ -52,4 +46,4 @@ RUN_DEPENDS+= automake:${PORTSDIR}/devel/automake \
a2ps:${PORTSDIR}/print/a2ps43-letter
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -19,10 +19,4 @@ USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
BROKEN= "Obsolete compiler"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>