1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Mark as broken on 5.x due to the usual gcc3.3 reasons. Informed

maintainer.
This commit is contained in:
Mark Linimon 2003-12-21 21:45:37 +00:00
parent 46df519244
commit a843b34713
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96358

View File

@ -21,6 +21,12 @@ CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \
DOCS= Changes INSTALL LICENCE README
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin/
${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/etc/pxe.conf.sample
@ -31,4 +37,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>