diff options
author | josef <josef@FreeBSD.org> | 2004-12-07 17:23:07 +0800 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-12-07 17:23:07 +0800 |
commit | 1897bd0e3ac7e2ce7ab45dc58402246076d442a1 (patch) | |
tree | 4c2df85689d31b0f1b72243ffa54472bd733fe1c /graphics | |
parent | ff3889711d88bcef26a8b43f312e7b937e849c1d (diff) | |
download | freebsd-ports-gnome-1897bd0e3ac7e2ce7ab45dc58402246076d442a1.tar.gz freebsd-ports-gnome-1897bd0e3ac7e2ce7ab45dc58402246076d442a1.tar.zst freebsd-ports-gnome-1897bd0e3ac7e2ce7ab45dc58402246076d442a1.zip |
Chase ImageMagick update.
Approved by: pav
Diffstat (limited to 'graphics')
-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 b58200ed62e4..928de4baed9e 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -7,7 +7,7 @@ PORTNAME= cimg PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ NOBUILD= yes .endif .if !defined(WITHOUT_IM) -RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.6:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.7:${PORTSDIR}/graphics/ImageMagick .endif .if !defined(WITHOUT_LAPACK) LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas |