diff options
author | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
commit | 2d8b5322387f75423e7aaba212f585214d97fcac (patch) | |
tree | b8ba81cf25739b07eb66326308babbef00b6c244 /biology | |
parent | 3401e522e39ba4ee072173b9f1298e7b4a60d412 (diff) | |
download | freebsd-ports-graphics-2d8b5322387f75423e7aaba212f585214d97fcac.tar.gz freebsd-ports-graphics-2d8b5322387f75423e7aaba212f585214d97fcac.tar.zst freebsd-ports-graphics-2d8b5322387f75423e7aaba212f585214d97fcac.zip |
Chase pdflib.so version and bump PORTREVISION accordingly.
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 335f3e9aca8..a56fb753de0 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} |