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
This commit is contained in:
John Marino 2013-12-25 22:08:13 +00:00
parent e354a4eec5
commit 3d7ff99281
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337459

View file

@ -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