Unbreak by making a new checksum and fixing the makefile to find a new source
file.
This commit is contained in:
parent
8e6d3e2186
commit
395755e27a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12701
3 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (seaview.tar) = 15ccf55fb21fe06a01862a1b963640c5
|
||||
MD5 (seaview.tar) = f36117482747b4b686e82e26fea2fd58
|
||||
|
|
|
@ -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
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue