diff options
author | thierry <thierry@FreeBSD.org> | 2013-11-30 23:08:05 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-11-30 23:08:05 +0800 |
commit | 399daa7f46ff9ad7eb2bccbd7c1b40bc24a06bb6 (patch) | |
tree | 1f870fba4a5a26efd31fd6d226cbe39c193a736d /graphics/cimg | |
parent | 838816cb540334fc0803de36c92e20a1e20ef9f8 (diff) | |
download | freebsd-ports-gnome-399daa7f46ff9ad7eb2bccbd7c1b40bc24a06bb6.tar.gz freebsd-ports-gnome-399daa7f46ff9ad7eb2bccbd7c1b40bc24a06bb6.tar.zst freebsd-ports-gnome-399daa7f46ff9ad7eb2bccbd7c1b40bc24a06bb6.zip |
- Upgrade to 1.3.18.
- Since I'm there, pet portlint and stagify.
PR: ports/183821
Submitted by: /me
Approved by: maintainer's time-out
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 6e921828984a..4cba2acf14d6 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -3,7 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ @@ -47,7 +47,7 @@ LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ libfftw3.so:${PORTSDIR}/math/fftw3 \ - libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick + libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 # libopencv_legacy.so:${PORTSDIR}/graphics/opencv ALL_TARGET= Mlinux . else |