diff options
author | kris <kris@FreeBSD.org> | 2007-08-09 09:00:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-08-09 09:00:45 +0800 |
commit | 53326c78628e3f10517da47e589150f93580f207 (patch) | |
tree | 43817bd0c1ada4e81e0efddc16ecfdd017375f54 /biology | |
parent | 34ad1e3a26e039c51c66d7e0b7b6ee6b41976175 (diff) | |
download | freebsd-ports-gnome-53326c78628e3f10517da47e589150f93580f207.tar.gz freebsd-ports-gnome-53326c78628e3f10517da47e589150f93580f207.tar.zst freebsd-ports-gnome-53326c78628e3f10517da47e589150f93580f207.zip |
Replace IGNORE with ONLY_FOR_ARCHS for this binary port.
Submitted by: maintainer
Diffstat (limited to 'biology')
-rw-r--r-- | biology/dotter/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/biology/dotter/Makefile b/biology/dotter/Makefile index 239a4c5811a9..c26f2df53035 100644 --- a/biology/dotter/Makefile +++ b/biology/dotter/Makefile @@ -19,22 +19,15 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A viewer for multiple sequence alignments USE_LINUX= yes +ONLY_FOR_ARCHS= i386 NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} bin/${DISTNAME} -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -IGNORE= there are also executables for Alpha and Sparc \ - but they are for OSF and Solaris ... do they \ - run on FreeBSD-Sparc and FreeBSD-alpha? -.endif - do-install: ${BRANDELF} -t Linux ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ ${PREFIX}/bin ( cd ${PREFIX}/bin && ${LN} -s ${DISTNAME} ${PORTNAME} ) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |