diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
commit | 593990a1e7facf9088b13e1e7a8c9dc27ff0500d (patch) | |
tree | 51f7d4b742d415b6b72876445aaadf57ea3b296d /biology | |
parent | Update to version 1.11. (diff) |
The xforms ports is no longer an i386-only port.
Notes
Notes:
svn path=/head/; revision=19323
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seaview/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index b982bf2f0150..67852d30be2c 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 5 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.12 1999/01/07 08:19:24 simokawa Exp $ +# $Id: Makefile,v 1.13 1999/02/03 11:11:40 asami Exp $ # DISTNAME= seaview @@ -16,9 +16,6 @@ MAINTAINER= frankch@waru.life.nthu.edu.tw LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_X_PREFIX= YES NO_WRKSUBDIR= YES EXTRACT_CMD= ${TAR} |