diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
commit | 7e223b85118f24db9d6d99ba140621d85e2af079 (patch) | |
tree | d79f93c82dac5aec16534db50c252c8339ae3e0c /math | |
parent | - Update to version 1.7.9 (diff) |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
Notes
Notes:
svn path=/head/; revision=94477
Diffstat (limited to 'math')
-rw-r--r-- | math/djbfft/Makefile | 2 | ||||
-rw-r--r-- | math/qscanplot/Makefile | 2 | ||||
-rw-r--r-- | math/rcalc/Makefile | 2 | ||||
-rw-r--r-- | math/scigraphica/Makefile | 2 | ||||
-rw-r--r-- | math/simpack/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index c732ca2c303b..b0dc99c039d2 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -17,7 +17,7 @@ NO_PACKAGE= Forbidden - we have patches to the distribution. ALL_TARGET= INSTALL_TARGET=setup check -USE_PERL= yes +USE_PERL5_BUILD=yes post-patch: @${FIND} ${WRKSRC} -type f -exec \ diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index cf32a60c0eca..0f2dadcab94a 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake USE_X_PREFIX= yes USE_QT_VER= 2 -USE_PERL= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile index d9cb0c7ad36d..1f28b546d509 100644 --- a/math/rcalc/Makefile +++ b/math/rcalc/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jedgar@FreeBSD.org COMMENT= Symbolic calculator for GNOME USE_X_PREFIX= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes USE_GNOME= yes GNU_CONFIGURE= yes diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 2cb4e3478389..40ca5dd5b174 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMERIC} \ ${PYTHON_SITELIBDIR}/gtk-1.2/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk USE_X_PREFIX= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes USE_GNOME= yes USE_PYTHON= yes diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 7af1fd961ec3..fb179ad49c95 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -19,7 +19,7 @@ BROKEN= "Does not install on 4.x, does not compile on 5.x; will be removed afte BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 USE_XLIB= yes -USE_PERL= yes +USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/simpack |