- Fix build with gfortran

- Bump PORTREVISION

Submitted by:	pointyhat via kris
Thanks To:      maho@ for fix
This commit is contained in:
Martin Wilke 2007-01-23 07:52:04 +00:00
parent 76b3f6969a
commit cf77edae6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183052

View File

@ -7,6 +7,7 @@
PORTNAME= swt PORTNAME= swt
PORTVERSION= 0.1.0.r3 PORTVERSION= 0.1.0.r3
PORTREVISION= 1
CATEGORIES= math CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scwt MASTER_SITE_SUBDIR= scwt
@ -16,9 +17,15 @@ DISTNAME= ${PORTNAME}-0.1.0rc3
MAINTAINER= makc@issp.ac.ru MAINTAINER= makc@issp.ac.ru
COMMENT= Scilab 1-D and 2-D Wavelet Toolbox COMMENT= Scilab 1-D and 2-D Wavelet Toolbox
BUILD_DEPENDS= scilab:${PORTSDIR}/math/scilab BUILD_DEPENDS+= scilab:${PORTSDIR}/math/scilab
INSTALLS_SHLIB= yes WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/scilab/contrib/swt/lib LDCONFIG_DIRS+= %%PREFIX%%/lib/scilab/contrib/swt/lib
HAS_CONFIGURE= yes HAS_CONFIGURE= yes