diff options
author | kris <kris@FreeBSD.org> | 2006-09-18 04:08:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-18 04:08:47 +0800 |
commit | 609dfaac82501bbb57c6c75021491b0e756ca6c2 (patch) | |
tree | 9d0b3b6f089eabc6e3f60178c744cd30eedc319a /www/amaya/Makefile | |
parent | 009046baeb748854bdd6fd4a619dc8da954a30ec (diff) | |
download | freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.gz freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.zst freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.zip |
Now builds on sparc64
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 6e46648b7016..e6ffd7bc36d3 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -53,10 +53,6 @@ PLIST_SUB= REALVERSION="${REALVERSION}" .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" -.endif - .if defined(WITH_BOOKMARKS) CONFIGURE_ARGS+= --enable-bookmarks .else |