diff options
author | thierry <thierry@FreeBSD.org> | 2006-09-28 05:06:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-09-28 05:06:58 +0800 |
commit | f6cc806dedbe7f461a2e0d80296b3fba77237b3c (patch) | |
tree | 51840d86bd8a4fd88c3dfbfb05fb699fc85f560e /science/medit/Makefile | |
parent | 6eba92f8764f926c3f8422bb5da2b6d9d22d34dc (diff) | |
download | freebsd-ports-gnome-f6cc806dedbe7f461a2e0d80296b3fba77237b3c.tar.gz freebsd-ports-gnome-f6cc806dedbe7f461a2e0d80296b3fba77237b3c.tar.zst freebsd-ports-gnome-f6cc806dedbe7f461a2e0d80296b3fba77237b3c.zip |
Add a spac64 binary, built by shaun.
Diffstat (limited to 'science/medit/Makefile')
-rw-r--r-- | science/medit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/medit/Makefile b/science/medit/Makefile index 25e7ddc42e40..026ad817f34d 100644 --- a/science/medit/Makefile +++ b/science/medit/Makefile @@ -34,7 +34,7 @@ MISSING_FILES= eigenv.c libmesh3.c libmesh3.h DISTFILES+= ${PORTNAME}-${ARCH}-${DISTVER}-${PORTVERSION}${EXTRACT_SUFX} NO_BUILD= yes PATCHDIR= # No patches -ONLY_FOR_ARCHS= amd64 i386 ia64 # Ask the maintainer to add one +ONLY_FOR_ARCHS= amd64 i386 ia64 sparc64 # Ask the maintainer to add one PLIST_FILES= bin/${PORTNAME} @@ -63,7 +63,7 @@ LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x BROKEN= no binary available for your platform x version at the moment . endif . else -. if ${ARCH} == ia64 +. if (${ARCH} == ia64) || (${ARCH} == sparc64) DISTVER= 6.2 . else DISTVER= 6.1 |