Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 20:30:48 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440115 - head/science/tfel
Message-ID:  <201705042030.v44KUmR0048495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Thu May  4 20:30:48 2017
New Revision: 440115
URL: https://svnweb.freebsd.org/changeset/ports/440115

Log:
  Cleanup.
  
  PR:		216315
  Submitted by:	pfg

Modified:
  head/science/tfel/Makefile

Modified: head/science/tfel/Makefile
==============================================================================
--- head/science/tfel/Makefile	Thu May  4 19:08:36 2017	(r440114)
+++ head/science/tfel/Makefile	Thu May  4 20:30:48 2017	(r440115)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705042030.v44KUmR0048495>