diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-12-14 02:35:17 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-12-14 02:35:17 +0800 |
commit | f8702247df1c387d0c23dc532f6f153db2343af2 (patch) | |
tree | e754fef8a6f0467138634c94b9709f21ed5f84bf /graphics | |
parent | 794581cea571baf8f0780c72e49aaf5b8bfa655d (diff) | |
download | freebsd-ports-graphics-f8702247df1c387d0c23dc532f6f153db2343af2.tar.gz freebsd-ports-graphics-f8702247df1c387d0c23dc532f6f153db2343af2.tar.zst freebsd-ports-graphics-f8702247df1c387d0c23dc532f6f153db2343af2.zip |
- Chase graphics/ImageMagick update
- Remove ABI version from Magick++
- Trim header
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index e315f5818fb..ed56d8be439 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: gimp-gmic-plugin -# Date created: 07 Feb 2011 -# Whom: Mahmatkhanov Ruslan <cvs-src@yandex.ru> -# +# Created by: Mahmatkhanov Ruslan <cvs-src@yandex.ru> # $FreeBSD$ -# PORTNAME= gmic PORTVERSION= 1.5.1.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/old @@ -19,7 +16,7 @@ COMMENT= GREYC's Magic Image Converter LIB_DEPENDS= GraphicsMagick++.9:${PORTSDIR}/graphics/GraphicsMagick13 \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - Magick++.5:${PORTSDIR}/graphics/ImageMagick \ + Magick++:${PORTSDIR}/graphics/ImageMagick \ avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ fftw3:${PORTSDIR}/math/fftw3 \ gimp-2.0:${PORTSDIR}/graphics/gimp-app |