diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-07-24 19:49:59 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-07-24 19:49:59 +0000 |
commit | dfc28b2b2330da8805477be1606fda7a2b33672f (patch) | |
tree | 07bd1c996b32d7b40d24e4432052ae79ab0c139d /science | |
parent | 13d74e7092068fe94f631b9123b512be128aca72 (diff) | |
download | ports-dfc28b2b2330da8805477be1606fda7a2b33672f.tar.gz ports-dfc28b2b2330da8805477be1606fda7a2b33672f.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index d05cb2860d9b..cb842a3b1c6d 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9rc3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -53,7 +53,7 @@ PLIST_SUB+= MASTER="" .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+=--with-Magick=${LOCALBASE} .else CONFIGURE_ARGS+=--with-Magick=no |