diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imgseek/Makefile | 10 | ||||
-rw-r--r-- | graphics/opendx/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 10 |
3 files changed, 8 insertions, 16 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile index 2d88f6d015e5..5a738ad28626 100644 --- a/graphics/imgseek/Makefile +++ b/graphics/imgseek/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: imgseek -# Date created: 16 June 2003 -# Whom: Ben Haga <tuxsuximus@hotmail.com> -# +# Created by: Ben Haga <tuxsuximus@hotmail.com> # $FreeBSD$ -# PORTNAME= imgSeek PORTVERSION= 0.8.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF @@ -17,7 +13,7 @@ COMMENT= A photo manager and viewer with content-based search BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - MagickWand.5:${PORTSDIR}/graphics/ImageMagick + MagickWand:${PORTSDIR}/graphics/ImageMagick USE_PYDISTUTILS=yes USE_PYTHON= yes diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 932a3b90f5eb..24f93e587f1f 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics math MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -11,7 +11,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff \ cdf.0:${PORTSDIR}/science/cdf diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 71e3288b4569..d7e32bd51973 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: RMagick -# Date created: 16 November 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= rmagick PORTVERSION= 2.13.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics ruby MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +13,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding for ImageMagick -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_RUBY= yes |