aboutsummaryrefslogtreecommitdiff
path: root/devel/ngpt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-06-13 18:16:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-06-13 18:16:34 +0000
commit4dcf1a34b01059f1a24c55be9d9e15ae108d4219 (patch)
tree8e9903423d073a852e89ff6c4f000569ff1e83a0 /devel/ngpt
parentf3eb366ac9db2e387d9fd63bb4412f89bbabf094 (diff)
downloadports-4dcf1a34b01059f1a24c55be9d9e15ae108d4219.tar.gz
ports-4dcf1a34b01059f1a24c55be9d9e15ae108d4219.zip
Notes
Diffstat (limited to 'devel/ngpt')
-rw-r--r--devel/ngpt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ngpt/Makefile b/devel/ngpt/Makefile
index 475027e13dc5..b89cd1821476 100644
--- a/devel/ngpt/Makefile
+++ b/devel/ngpt/Makefile
@@ -24,7 +24,13 @@ USE_GMAKE= yes
ONLY_FOR_ARCHS= amd64 i386
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>