diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
commit | 1b91e235c32daa52cee3d70048627b4e136f5e91 (patch) | |
tree | 93cc9fad679a3a5cc17db769a155ad93c3405b6a /biology | |
parent | 06b8ce46b8948d98932446a382ba0cb999504ecd (diff) | |
download | ports-1b91e235c32daa52cee3d70048627b4e136f5e91.tar.gz ports-1b91e235c32daa52cee3d70048627b4e136f5e91.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seaview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 335f3e9aca8e..a56fb753de05 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -8,7 +8,7 @@ PORTNAME= seaview PORTVERSION= 2006.02.13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -18,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.8:${PORTSDIR}/print/pdflib + pdf.6:${PORTSDIR}/print/pdflib NO_WRKSUBDIR= yes EXTRACT_CMD= ${CAT} |