summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-12-25 22:08:13 +0000
committerJohn Marino <marino@FreeBSD.org>2013-12-25 22:08:13 +0000
commit3d7ff99281c6244a8ccc03c2028badf5a3ac724d (patch)
tree57e416ac34e32995d539ba943acb1cd6c5005bda /science
parent- Fix usrp on 10.0 (diff)
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
Notes
Notes: svn path=/head/; revision=337459
Diffstat (limited to 'science')
-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 2e7dc3862f81..46c78addb3a0 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