diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-09-26 10:18:34 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-09-26 10:18:34 +0800 |
commit | 5670e590c653a0b5843d91e3b476e2f00d9bd5c8 (patch) | |
tree | fe4dfd7212baf1631d378ed8c5f098db2ac332cf | |
parent | 8c2f429c058479ad31f042c270560f013a626d50 (diff) | |
download | freebsd-ports-gnome-5670e590c653a0b5843d91e3b476e2f00d9bd5c8.tar.gz freebsd-ports-gnome-5670e590c653a0b5843d91e3b476e2f00d9bd5c8.tar.zst freebsd-ports-gnome-5670e590c653a0b5843d91e3b476e2f00d9bd5c8.zip |
The port should work on non-i386 arch.
-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 |