diff options
Diffstat (limited to 'biology/seaview')
-rw-r--r-- | biology/seaview/Makefile | 2 | ||||
-rw-r--r-- | biology/seaview/distinfo | 6 | ||||
-rw-r--r-- | biology/seaview/files/patch-Makefile | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 602dec7b2094..8ef9721252cb 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -7,7 +7,7 @@ # PORTNAME= seaview -PORTVERSION= 2006.01.25 +PORTVERSION= 2006.02.13 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/biology/seaview/distinfo b/biology/seaview/distinfo index ea70b4414d56..11c30e8980c4 100644 --- a/biology/seaview/distinfo +++ b/biology/seaview/distinfo @@ -1,3 +1,3 @@ -MD5 (seaview20060125.tar) = c6b9b014fa26a7d53f8f40d370cbf4ef -SHA256 (seaview20060125.tar) = 5d4eed74d60b2dec3d41a50dfccd648cf24a7e2b0466d57c840346aa2c24aff2 -SIZE (seaview20060125.tar) = 600576 +MD5 (seaview20060213.tar) = 0322689575b6eeede73010a493f23f9f +SHA256 (seaview20060213.tar) = 3b6cd132a8c9c2d29881e3bcb14a85b9a52524a5974317a9df09d9e15ffc7776 +SIZE (seaview20060213.tar) = 573952 diff --git a/biology/seaview/files/patch-Makefile b/biology/seaview/files/patch-Makefile index bd9c939916c2..a51cd4c3f54c 100644 --- a/biology/seaview/files/patch-Makefile +++ b/biology/seaview/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Apr 6 05:54:30 2005 -+++ Makefile Fri Dec 9 07:41:26 2005 +--- Makefile.orig Mon Apr 3 16:30:03 2006 ++++ Makefile Mon Apr 3 16:35:59 2006 @@ -1,18 +1,15 @@ -FLTK = ../fltk -PDF = ../PDFlib-Lite-6.0.1/libs/pdflib @@ -7,10 +7,10 @@ CXX = g++ -CFLAGS = -Dunix -U__APPLE__ -c $(OPT) -I$(FLTK) -I$(PDF) -I$(X11)/include -+CFLAGS+= -Dunix -c $(OPT) -I$(X11BASE)/include -I$(LOCALBASE)/include ++CFLAGS+= -Dunix -U__APPLE__ -c $(OPT) -I$(X11BASE)/include -I$(LOCALBASE)/include - OBJECTS = seaview.o pdf.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o chooser_plus.o resource.o nexus.o old_file_chooser.o + OBJECTS = seaview.o pdf.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o chooser_plus.o resource.o nexus.o seaview : $(OBJECTS) |