aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-11-30 15:08:05 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-11-30 15:08:05 +0000
commit7e034e634eab3b56dd30091c8216dfdafd62fe30 (patch)
tree1f870fba4a5a26efd31fd6d226cbe39c193a736d /science
parent0e5e4a3dda54b292de435618316a90963c3b463d (diff)
downloadports-7e034e634eab3b56dd30091c8216dfdafd62fe30.tar.gz
ports-7e034e634eab3b56dd30091c8216dfdafd62fe30.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/gnudatalanguage/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index 2b6627f1edf2..3e60b2b3175a 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnudatalanguage
DISTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science lang
MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
.if defined(BUILD_PYTHON_MODULE)
@@ -36,12 +36,10 @@ LIB_DEPENDS+= libplplotd.so:${PORTSDIR}/math/plplot \
libps.so:${PORTSDIR}/print/pslib \
libgsl.so:${PORTSDIR}/math/gsl
-USE_DOS2UNIX= src/plotting_xyouts.cpp
-
USE_GCC= yes
USE_WX= 2.8
USE_XORG= x11
-USES= pkgconfig cmake
+USES= pkgconfig cmake dos2unix
# Disable ncurses and readline from ports
# Disable ImageMagick (does'nt work with plplot because dynamic drivers
@@ -67,7 +65,7 @@ PLIST_SUB+= MASTER=""
.endif
.if !defined(WITHOUT_GRAPHICSMAGICK)
-LIB_DEPENDS+= libGraphicsMagick.so.12:${PORTSDIR}/graphics/GraphicsMagick13
+LIB_DEPENDS+= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13
CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=YES
.else
CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=NO