diff options
author | makc <makc@FreeBSD.org> | 2014-03-28 17:23:08 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-03-28 17:23:08 +0800 |
commit | b2a592306a8da9afccf9b91416b561ee388a575e (patch) | |
tree | 060c005917437635aa14c75c00174bc932c52884 /graphics/vips | |
parent | 1a7b7ff2441bc557343b641838a83f54cd232a2f (diff) | |
download | freebsd-ports-gnome-b2a592306a8da9afccf9b91416b561ee388a575e.tar.gz freebsd-ports-gnome-b2a592306a8da9afccf9b91416b561ee388a575e.tar.zst freebsd-ports-gnome-b2a592306a8da9afccf9b91416b561ee388a575e.zip |
graphics/vips and the rest:
- bump PORTREVISION after math/matio update
math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz
Approved by: Fernando Apesteguia (maintainer)
math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)
science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig
Diffstat (limited to 'graphics/vips')
-rw-r--r-- | graphics/vips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 76f5cf1513bb..ddbc676a4ef4 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 7.26.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ |