diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 03:34:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 03:34:31 +0800 |
commit | e5e7f0a85f48d61e9db0418fab26175174e59abe (patch) | |
tree | 1156c930ebf7b4efdd75d408d103b2ae9f914ce8 /graphics/vips | |
parent | 9f564a2c7c692813cdfc840bebb0bc39d05f04fa (diff) | |
download | freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.tar.gz freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.tar.zst freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.zip |
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips
Approved by: portmgr blanket
Diffstat (limited to 'graphics/vips')
-rw-r--r-- | graphics/vips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index ab00546775c4..20516f70bb2e 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,6 +3,7 @@ PORTNAME= vips PORTVERSION= 7.40.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ @@ -32,7 +33,7 @@ OPTIONS_DEFAULT+= PYTHON .endif USES= gettext gmake libtool pathfix perl5 pkgconfig shebangfix USE_PERL5= build -SHEBANG_FILES= tools/vips-${PORTVERSION:R} +SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile USE_GNOME= glib20 pango libxml2 libgsf USE_LDCONFIG= yes GNU_CONFIGURE= yes |