diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-20 17:41:16 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-20 17:41:16 +0000 |
commit | 4a3440955e5efd63ce99f7d24ee9fda2dfe98f3b (patch) | |
tree | bc7a42d8c0b5255f7251823ed5ecab3540f77535 /biology | |
parent | 7cd6f24734a1a2c092f02c3ec5562ad3d34a19b5 (diff) |
BROKEN:
# make checksum
>> Checksum mismatch for seaview.tar.
Notes
Notes:
svn path=/head/; revision=12692
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seaview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 1202f75b370b..2bebeac3f69e 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.5 1998/08/05 09:30:44 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:11 asami Exp $ # DISTNAME= seaview @@ -16,6 +16,8 @@ MAINTAINER= frankch@waru.life.nthu.edu.tw LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN= checksum + USE_X_PREFIX= YES NO_WRKSUBDIR= YES EXTRACT_BEFORE_ARGS= -xf |