diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-07 09:23:07 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-07 09:23:07 +0000 |
commit | 5493ccfffc7b3f3f2f7caf386b41ad6c9b0bfe44 (patch) | |
tree | 50237a8d38fb05115ea4a06cb4ca3860edb4be4a /graphics/cimg | |
parent | d9837a2b0f3c027502816341bed82aa56e95043c (diff) |
Notes
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 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 |