diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-20 02:22:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-20 02:22:05 +0800 |
commit | cb46fd3a3c1477f1910b23e79a834ed79adba90a (patch) | |
tree | b63d4e4fa22cf2c7782039d14f2b1841d991450d /www/mohawk | |
parent | 7465cdeb876403b3bd3ea3c0dba8cda1b155d36e (diff) | |
download | freebsd-ports-gnome-cb46fd3a3c1477f1910b23e79a834ed79adba90a.tar.gz freebsd-ports-gnome-cb46fd3a3c1477f1910b23e79a834ed79adba90a.tar.zst freebsd-ports-gnome-cb46fd3a3c1477f1910b23e79a834ed79adba90a.zip |
broken on _FreeBSD_version < 800502
Reported by: pointyhat (pav@)
Diffstat (limited to 'www/mohawk')
-rw-r--r-- | www/mohawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index 99a057696342..680cee003631 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -25,8 +25,8 @@ PLIST_FILES+= bin/mhtpasswd \ USE_RC_SUBR= mohawk .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= does not build on RELENG_7 +.if ${OSVERSION} < 800502 +BROKEN= does not build .endif post-patch: |