summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-12-25 22:08:13 +0000
committermarino <marino@FreeBSD.org>2013-12-25 22:08:13 +0000
commitb10dea1400ea6d408c9a478985e0bc5ffafac58d (patch)
tree57e416ac34e32995d539ba943acb1cd6c5005bda
parent683aaea23a958b9897e73ade5a7ce941e5fae24c (diff)
downloadFreeBSD-ports-b10dea1400ea6d408c9a478985e0bc5ffafac58d.zip
FreeBSD-ports-b10dea1400ea6d408c9a478985e0bc5ffafac58d.tar.gz
science/chemtool-devel: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184693 Approved by: maintainer timeout
-rw-r--r--science/chemtool-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile
index 2e7dc38..46c78ad 100644
--- a/science/chemtool-devel/Makefile
+++ b/science/chemtool-devel/Makefile
@@ -23,7 +23,8 @@ GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig
CONFIGURE_ARGS= --enable-emf=yes
PKGNAMESUFFIX= -devel
-MAN1= chemtool.1 cht.1
+MAN1= chemtool.1 cht.1
+MAKE_ARGS+= MAKE=${GMAKE}
MAKE_JOBS_UNSAFE= yes
#to include emf
CFLAGS+= -I${LOCALBASE}/include/libEMF
OpenPOWER on IntegriCloud