diff options
author | kwm <kwm@FreeBSD.org> | 2015-03-10 20:35:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-03-10 20:35:58 +0800 |
commit | 0895108730c6cf257d39d18a76ff9ab669f3a1ca (patch) | |
tree | 473fde2964c77c6ec58bc91f33c83d41b0cc92c1 /graphics/pstoedit | |
parent | 1d1fc1696534e33d6b5318275cfc0df9c737773d (diff) | |
download | freebsd-ports-gnome-0895108730c6cf257d39d18a76ff9ab669f3a1ca.tar.gz freebsd-ports-gnome-0895108730c6cf257d39d18a76ff9ab669f3a1ca.tar.zst freebsd-ports-gnome-0895108730c6cf257d39d18a76ff9ab669f3a1ca.zip |
Update ImageMagick to 6.9.0-10.
- USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config.
- Don't require ghostscript for the freetype2 option.
- Actualy remove the pkg-help file with is obsolete since r377347 when the
library names where normalized.
Due to libMagick++-6.so bump, chase depend ports.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index b8d85c1cc0d6..436a5426243c 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -3,6 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= SF |