diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-24 22:21:45 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-24 22:21:45 +0800 |
commit | 80461f14ff2ee584acb77ac3c9795c45d5edb0cc (patch) | |
tree | 1ab14486bfc4d2661b3df307b884327629b5fde7 /graphics/cimg | |
parent | e64bef3f94883b85de4477697f58f08df02301c6 (diff) | |
download | freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.tar.gz freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.tar.zst freebsd-ports-gnome-80461f14ff2ee584acb77ac3c9795c45d5edb0cc.zip |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index b9a11b9786a4..e2e78c7718aa 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -7,6 +7,7 @@ PORTNAME= cimg DISTVERSION= 1-14 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,7 +35,7 @@ NOBUILD= yes .endif .if !defined(WITHOUT_IM) -RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.9:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.10:${PORTSDIR}/graphics/ImageMagick .endif .if !defined(WITHOUT_LAPACK) LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas |