1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Mark BROKEN on FreeBSD-4.

Reported by:	pointyhat via Kris
This commit is contained in:
Thierry Thomas 2006-03-19 21:25:59 +00:00
parent 659a5f5b30
commit 0d245b9d02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157682

View File

@ -26,10 +26,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/k3dsurf
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500035
BROKEN= Does not compile with gcc-2.95
.endif
pre-build:
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>