diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/abakus/Makefile | 3 | ||||
-rw-r--r-- | math/cln/Makefile | 3 | ||||
-rw-r--r-- | math/eigen2/Makefile | 3 | ||||
-rw-r--r-- | math/eigen3/Makefile | 3 | ||||
-rw-r--r-- | math/ggobi/Makefile | 3 | ||||
-rw-r--r-- | math/labplot/Makefile | 3 | ||||
-rw-r--r-- | math/ump/Makefile | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index d2254ed4b912..bd1c883062da 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -15,10 +15,9 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr -USE_BZIP2= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= bison cmake +USES= bison cmake tar:bzip2 CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ -DCMAKE_REQUIRED_FLAGS:STRING="${LDFLAGS}" \ -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex diff --git a/math/cln/Makefile b/math/cln/Makefile index be2196a20e7c..3511729de89b 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -14,8 +14,7 @@ COMMENT= Class Library for Numbers LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp USE_LDCONFIG= yes diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index 40ae61988414..1489559a26f2 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -13,8 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07 diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 90578aaf20fc..9e3ed7d4a9d5 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -13,8 +13,7 @@ COMMENT= Lightweight library for vector and matrix math LICENSE= LGPL21 MPL LICENSE_COMB= multi -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata" NO_BUILD= yes diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index 3e7cd9fdbe00..9a2967841531 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://www.ggobi.org/downloads/ MAINTAINER= rhurlin@gwdg.de COMMENT= Data visualization system -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_GNOME= gtk20 libxml2 gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/math/labplot/Makefile b/math/labplot/Makefile index bda712f4d0a8..aa11a86abfd7 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl -USE_BZIP2= yes -USES= cmake shared-mime-info +USES= cmake shared-mime-info tar:bzip2 USE_XORG= xft xpm USE_GCC= yes USE_KDE4= automoc4 kdelibs kdeprefix diff --git a/math/ump/Makefile b/math/ump/Makefile index a6500eb4db2f..f34bae282175 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -13,8 +13,7 @@ COMMENT= Graphical, easy to use math program CONFLICTS= ump-1.[0-9]* -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 USE_GL= glu |