diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-09-26 02:18:34 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-09-26 02:18:34 +0000 |
commit | 4603ecef737b5e9d5d8e255d7c4a896eb05c76e8 (patch) | |
tree | 422b34debfc0bf15c45aaf5794072a21f1699dda | |
parent | Support "reload" in the rc script. (diff) |
The port should work on non-i386 arch.
Notes
Notes:
svn path=/head/; revision=173851
-rw-r--r-- | www/wwwoffle/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index b23ba4ff59be..5f09e1feabe6 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -41,10 +41,6 @@ MAN8= wwwoffled.8 .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= Does not compile on ${ARCH} -.endif - .if ${OSVERSION} < 500000 BROKEN= Does not compile on 4.x .endif |