diff options
author | erwin <erwin@FreeBSD.org> | 2008-06-16 04:47:05 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-06-16 04:47:05 +0800 |
commit | 0bea2ec66936974b56d4e08018f57eedf90d7cf4 (patch) | |
tree | 5d2c5edc4a1acb29527befe73e9e056746874854 | |
parent | 92ecdd4624d1c6fa824d85e91cece9baaa8b96e5 (diff) | |
download | freebsd-ports-gnome-0bea2ec66936974b56d4e08018f57eedf90d7cf4.tar.gz freebsd-ports-gnome-0bea2ec66936974b56d4e08018f57eedf90d7cf4.tar.zst freebsd-ports-gnome-0bea2ec66936974b56d4e08018f57eedf90d7cf4.zip |
Also mark BROKEN on recent versions of 6.x and 7.x after the MFC
of memrchr
Submitted by: pointyhat
-rw-r--r-- | games/powwow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 589d33ff8213..ee785db85076 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -21,7 +21,7 @@ MAN6= powwow.6 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800034 +.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000) BROKEN= does not compile .endif |