diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-26 10:34:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-26 10:34:00 +0800 |
commit | 0ddeba9725c875123d71afe129ee3672eec5e29f (patch) | |
tree | abd75fe61669374e29e3db01e4675a57b4e48e39 /science/getdp | |
parent | 736298cf84cbc4313b8ade1a3c9f2ba8df3948bd (diff) | |
download | freebsd-ports-gnome-0ddeba9725c875123d71afe129ee3672eec5e29f.tar.gz freebsd-ports-gnome-0ddeba9725c875123d71afe129ee3672eec5e29f.tar.zst freebsd-ports-gnome-0ddeba9725c875123d71afe129ee3672eec5e29f.zip |
Add WANT_PERL to get the bsd.perl.mk inclusion. This should have no
effect with bsd.port.mk 1.586.
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 64e5d50fadcc..de81b5c0d50b 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \ --with-blas-lapack-prefix=${LOCALBASE} +WANT_PERL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |