aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-06-14 02:16:34 +0800
committerpav <pav@FreeBSD.org>2009-06-14 02:16:34 +0800
commit8cf20ab4342fac69f9d2a751428dcbf567b25971 (patch)
treee2a63cd626540c273a3748029cb8a8173fe18469 /devel
parentf8eaaf2228a690473cdc3c410f62ab3208963954 (diff)
downloadfreebsd-ports-gnome-8cf20ab4342fac69f9d2a751428dcbf567b25971.tar.gz
freebsd-ports-gnome-8cf20ab4342fac69f9d2a751428dcbf567b25971.tar.zst
freebsd-ports-gnome-8cf20ab4342fac69f9d2a751428dcbf567b25971.zip
- Broken on 8.x
Reported by: pointyhat
Diffstat (limited to 'devel')
-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>