summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-08-21 03:09:08 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-08-21 03:09:08 +0000
commit395755e27ae1749a45dea98ace55af00e3c743e0 (patch)
tree81e23180dde60dde37a246bb5b216ca7a7a6441e /biology
parentUpgrade to tf-40b2 (diff)
Unbreak by making a new checksum and fixing the makefile to find a new source
file.
Notes
Notes: svn path=/head/; revision=12701
Diffstat (limited to 'biology')
-rw-r--r--biology/seaview/Makefile4
-rw-r--r--biology/seaview/distinfo2
-rw-r--r--biology/seaview/files/patch-aa4
3 files changed, 4 insertions, 6 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile
index 2bebeac3f69e..5776e83325f5 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.6 1998/08/07 23:56:11 asami Exp $
+# $Id: Makefile,v 1.7 1998/08/20 17:41:16 jseger Exp $
#
DISTNAME= seaview
@@ -16,8 +16,6 @@ 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
diff --git a/biology/seaview/distinfo b/biology/seaview/distinfo
index 6314b12682db..83abb4e28dea 100644
--- a/biology/seaview/distinfo
+++ b/biology/seaview/distinfo
@@ -1 +1 @@
-MD5 (seaview.tar) = 15ccf55fb21fe06a01862a1b963640c5
+MD5 (seaview.tar) = f36117482747b4b686e82e26fea2fd58
diff --git a/biology/seaview/files/patch-aa b/biology/seaview/files/patch-aa
index 3e326a80032b..f665a3612a68 100644
--- a/biology/seaview/files/patch-aa
+++ b/biology/seaview/files/patch-aa
@@ -6,8 +6,8 @@
+CC = gcc
+CFLAGS+= -I/usr/X11R6/include
+LIBS = -L/usr/X11R6/lib -lxforms -lX11 -lm
-+SRCS = align.c load_seq.c regions.c seaview.c use_mase_files.c xfmatpt.c
-+OBJS = align.o load_seq.o regions.o seaview.o use_mase_files.o xfmatpt.o
++SRCS = align.c comlines.c load_seq.c regions.c seaview.c use_mase_files.c xfmatpt.c
++OBJS = align.o comlines.o load_seq.o regions.o seaview.o use_mase_files.o xfmatpt.o
+
+all: seaview
+