From 95f48943e27398d4abcfe5808f0ef5e860385768 Mon Sep 17 00:00:00 2001 From: thierry Date: Thu, 4 May 2017 20:30:48 +0000 Subject: Cleanup. PR: 216315 Submitted by: pfg --- science/tfel/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'science') diff --git a/science/tfel/Makefile b/science/tfel/Makefile index 5c2213c18f97..7b0d79a8ecac 100644 --- a/science/tfel/Makefile +++ b/science/tfel/Makefile @@ -3,6 +3,7 @@ PORTNAME= tfel PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -mfront @@ -14,18 +15,23 @@ LICENSE= GPLv3 OPTIONS_DEFINE= GNUPLOT PYTHON OPTIONS_DEFAULT= GNUPLOT + GNUPLOT_BUILD_DEPENDS= gnuplot:math/gnuplot GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot +PYTHON_CONFIGURE_ENABLE= python +PYTHON_USES= python + ONLY_FOR_ARCHS= amd64 i386 USES= autoreconf libtool tar:bzip2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-aster +CONFIGURE_ARGS+= --enable-aster USE_LDCONFIG= yes -PYTHON_CONFIGURE_ENABLE= python -PYTHON_USES= python +.ifdef PACKAGE_BUILDING +CONFIGURE_ARGS+= --enable-portable-build +.endif INSTALL_TARGET= install-strip TEST_TARGET= check -- cgit