diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-13 18:35:17 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-13 18:35:17 +0000 |
commit | a5bd415ea6996c779264aecf61c2e648e06ba4db (patch) | |
tree | e754fef8a6f0467138634c94b9709f21ed5f84bf /graphics | |
parent | e2077b304319784697847e12c4dca106303dfa31 (diff) | |
download | ports-a5bd415ea6996c779264aecf61c2e648e06ba4db.tar.gz ports-a5bd415ea6996c779264aecf61c2e648e06ba4db.zip |
Notes
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 e315f5818fb8..ed56d8be4397 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 |