diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-27 19:34:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-27 19:34:38 +0000 |
commit | 343172df80027705228a061c90ca8ca16dfbd3ac (patch) | |
tree | f19fad2a653915ba0d77cf24b4d1cdf5e3bafbfb | |
parent | Unbreak amd64 build. (diff) |
- Mark as BROKEN on FreeBSD 5.X: does not compile
Notes
Notes:
svn path=/head/; revision=194346
-rw-r--r-- | deskutils/xneur/Makefile | 8 | ||||
-rw-r--r-- | russian/xneur/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 103927a4992a..b644b78f1abf 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -31,4 +31,10 @@ post-install: @for i in ${PREFIX}/etc/xneur/*.dist ${PREFIX}/etc/xneur/*/*.dist;\ do ${CP} -np $$i $${i%.dist}; done -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= does not compile on FreeBSD 5.X +.endif + +.include <bsd.port.post.mk> diff --git a/russian/xneur/Makefile b/russian/xneur/Makefile index 103927a4992a..b644b78f1abf 100644 --- a/russian/xneur/Makefile +++ b/russian/xneur/Makefile @@ -31,4 +31,10 @@ post-install: @for i in ${PREFIX}/etc/xneur/*.dist ${PREFIX}/etc/xneur/*/*.dist;\ do ${CP} -np $$i $${i%.dist}; done -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= does not compile on FreeBSD 5.X +.endif + +.include <bsd.port.post.mk> |