aboutsummaryrefslogtreecommitdiff
path: root/net/pxe/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-21 21:45:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-21 21:45:37 +0000
commita843b3471396df27e28e32af6a160d51f9f218c4 (patch)
tree8e92b92fbf52d2172fcc98a3a43889181b6d390a /net/pxe/Makefile
parent46df51924447c9b60b364ae0bb4d41b5ef1de4a5 (diff)
downloadports-a843b3471396df27e28e32af6a160d51f9f218c4.tar.gz
ports-a843b3471396df27e28e32af6a160d51f9f218c4.zip
Mark as broken on 5.x due to the usual gcc3.3 reasons. Informed
maintainer.
Notes
Notes: svn path=/head/; revision=96358
Diffstat (limited to 'net/pxe/Makefile')
-rw-r--r--net/pxe/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
index 79994ef98873..d70fdd461574 100644
--- a/net/pxe/Makefile
+++ b/net/pxe/Makefile
@@ -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>