diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
commit | 24f1021eb22e46fde724ad8dff4a0304ad3b792f (patch) | |
tree | ad815939be3bffba08aba37cf0ca640ef860f55c /biology | |
parent | 326005bc047e498bc40a9a520a1f83afde7094ba (diff) | |
download | freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.tar.gz freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.tar.zst freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.zip |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index 21b24c6a71b6..1dd59de66e03 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= ncbi-toolkit PORTVERSION= 2012.06.20 # containing BLAST v2.2.27 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi |