diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /science | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'science')
-rw-r--r-- | science/dcl/Makefile | 3 |
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 |