diff options
author | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-05 18:25:00 +0000 |
---|---|---|
committer | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-05 18:25:00 +0000 |
commit | c05e144deb72d9a3704ce860681b66435e692014 (patch) | |
tree | 28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /math | |
parent | - Update devel/libtool and devel/libltdl to version 2.4.2.418 (diff) |
Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.
Approved by: rakuco (mentor)
Notes
Notes:
svn path=/head/; revision=370100
Diffstat (limited to 'math')
-rw-r--r-- | math/cantor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index afdfec4d00a0..2aa366c9dead 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -15,10 +15,9 @@ LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre \ libanalitza.so:${PORTSDIR}/math/analitza USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USES= cmake:outsource pkgconfig tar:xz +USES= cmake:outsource pkgconfig python:2 tar:xz USE_QT4= corelib qtestlib_build xml xmlpatterns \ moc_build qmake_build rcc_build uic_build -USE_PYTHON= 2 USE_LDCONFIG= yes OPTIONS_DEFINE= MAXIMA OCTAVE R SAGE SCILAB |