diff options
author | pav <pav@FreeBSD.org> | 2009-06-14 02:16:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-14 02:16:34 +0800 |
commit | 8cf20ab4342fac69f9d2a751428dcbf567b25971 (patch) | |
tree | e2a63cd626540c273a3748029cb8a8173fe18469 /devel | |
parent | f8eaaf2228a690473cdc3c410f62ab3208963954 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |