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 /deskutils/xneur/Makefile | |
parent | 6b6bd14c8423d1d64ec3bf2151e5f2048b19b3dc (diff) | |
download | ports-343172df80027705228a061c90ca8ca16dfbd3ac.tar.gz ports-343172df80027705228a061c90ca8ca16dfbd3ac.zip |
- Mark as BROKEN on FreeBSD 5.X: does not compile
Notes
Notes:
svn path=/head/; revision=194346
Diffstat (limited to 'deskutils/xneur/Makefile')
-rw-r--r-- | deskutils/xneur/Makefile | 8 |
1 files changed, 7 insertions, 1 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> |