aboutsummaryrefslogtreecommitdiff
path: root/science/cdcl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-10-02 19:51:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-10-02 19:51:35 +0000
commit105c7df4bd9c71576789f13dd80c60db824dd7cd (patch)
treea45883ab6b79f85f6abc91097c10f467c84f671f /science/cdcl
parent265d7576781f54f2532d0418cc8dd800ce720df8 (diff)
downloadports-105c7df4bd9c71576789f13dd80c60db824dd7cd.tar.gz
ports-105c7df4bd9c71576789f13dd80c60db824dd7cd.zip
Notes
Diffstat (limited to 'science/cdcl')
-rw-r--r--science/cdcl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile
index f1d0b760a45e..4e4649afcc85 100644
--- a/science/cdcl/Makefile
+++ b/science/cdcl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cdcl
PORTVERSION= 5.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science graphics
MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ \
http://dennou-h.gfd-dennou.org/arch/dcl/ \
@@ -18,6 +18,7 @@ MAINTAINER= murashin@gfd-dennou.org
COMMENT= Scientific graphic library for geoscience
.if defined(WITHOUT_GTK)
+USE_XORG= x11
.else
USE_GNOME= gtk20
.endif
@@ -26,7 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x
.if defined(WITHOUT_GTK)
-CUNFIGURE_ARGS+= --disable-gtk --disable-gtk2
+CONFIGURE_ARGS+= --disable-gtk --disable-gtk2
.endif
PLIST_SUB= DCL_VERSION=${PORTVERSION:S/.//g}