aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 23:21:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 23:21:25 +0000
commitca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch)
treee23ad8f32a26812997940fcbb692cd233adb348c /science
parent74afc71c04a50797560e13b9718ee538eba6b691 (diff)
downloadports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz
ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209735
Diffstat (limited to 'science')
-rw-r--r--science/dcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/dcl/Makefile b/science/dcl/Makefile
index feff036a08ef..4a1b93cbd8fe 100644
--- a/science/dcl/Makefile
+++ b/science/dcl/Makefile
@@ -7,15 +7,16 @@
PORTNAME= dcl
PORTVERSION= 5.3.3
+PORTREVISION= 1
CATEGORIES= science graphics
MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
COMMENT= Scientific graphic library for geoscience
+USE_XORG= x11 xext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-gtk2 --disable-gtk --with-x
-USE_XLIB= yes
WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42