diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-20 08:24:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-20 08:24:11 +0000 |
commit | 725856c485c65a295f81f1c042fc82b1fb18dc04 (patch) | |
tree | 40175187cf71b98f072d547863d0da088d4eb0bd /science/dcl | |
parent | 3035b2a291b09a032091dcee3590b4b8081d493c (diff) | |
download | ports-725856c485c65a295f81f1c042fc82b1fb18dc04.tar.gz ports-725856c485c65a295f81f1c042fc82b1fb18dc04.zip |
Notes
Diffstat (limited to 'science/dcl')
-rw-r--r-- | science/dcl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/dcl/Makefile b/science/dcl/Makefile index 4e0e973b989e..44783f42942b 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= dcl 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/ \ @@ -17,14 +17,10 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience USE_XORG= x11 xext +USE_FORTRAN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --disable-gtk2 --disable-gtk --with-x -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -CONFIGURE_ENV+= FC="${FC}" FFLAGS="${FFLAGS}" - DOCFILES= CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \ README_itr51 README_pslib README_umfmap |