diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:17:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:17:13 +0800 |
commit | e03dcc8de2b12dcfa6b756704d96964648841162 (patch) | |
tree | dd6275c12fb2b0b78c7af69d627227fa3d1b0256 /www/openvrml | |
parent | 400c9b3cdd92e4ce251df551e7bf545d370e5a18 (diff) | |
download | freebsd-ports-gnome-e03dcc8de2b12dcfa6b756704d96964648841162.tar.gz freebsd-ports-gnome-e03dcc8de2b12dcfa6b756704d96964648841162.tar.zst freebsd-ports-gnome-e03dcc8de2b12dcfa6b756704d96964648841162.zip |
Now builds on amd64
Approved by: portmgr (implicit)
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 9a99225c4aa1..068b73f6928b 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -46,10 +46,6 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on ${ARCH}" -.endif - .if ${OSVERSION} < 500000 BROKEN= "Does not compile on ${OPSYS}-${OSREL}" .endif |