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:
parent
e354a4eec5
commit
3d7ff99281
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337459
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue