diff options
author | pav <pav@FreeBSD.org> | 2010-07-01 06:49:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-07-01 06:49:53 +0800 |
commit | bff73f89956743d649783f3a424125cdd8f47834 (patch) | |
tree | 638bc8313443ce2a447dc2d1c130455ece207f2d /lang | |
parent | a3877772d69727135e0079cec29f03190e9d4708 (diff) | |
download | freebsd-ports-gnome-bff73f89956743d649783f3a424125cdd8f47834.tar.gz freebsd-ports-gnome-bff73f89956743d649783f3a424125cdd8f47834.tar.zst freebsd-ports-gnome-bff73f89956743d649783f3a424125cdd8f47834.zip |
- Mark BROKEN on 7.X and older
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/seed7/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 5e1b1ddc0955..515d1e7ca447 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -24,6 +24,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= makefile ALL_TARGET= hi +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not compile +.endif + post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;\ s|`pwd`|${PREFIX}/lib/${PORTNAME}|g;\ @@ -58,4 +64,4 @@ test: install @echo "Testing the ${PORTNAME} installation" @(cd ${WRKSRC}/../prg && ${PREFIX}/bin/hi chk_all) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |