diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-10-09 08:18:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-10-09 08:18:35 +0000 |
commit | 8e8d970bfa7cba3bff09646d2350304a98b686a3 (patch) | |
tree | b533d9cd9b6644764b58eaa5eb542a252ea7c0f8 /biology | |
parent | Update to 7.0.0 release. (diff) |
Chase pdf library and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=175052
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seaview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 8ef9721252cb..e1b630d628b0 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -8,6 +8,7 @@ PORTNAME= seaview PORTVERSION= 2006.02.13 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -17,7 +18,7 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Multiple DNA/protein sequence alignment editor LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ - pdf.7:${PORTSDIR}/print/pdflib + pdf.8:${PORTSDIR}/print/pdflib USE_X_PREFIX= yes NO_WRKSUBDIR= yes |