diff options
author | John Marino <marino@FreeBSD.org> | 2013-12-25 22:08:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-12-25 22:08:13 +0000 |
commit | 3d7ff99281c6244a8ccc03c2028badf5a3ac724d (patch) | |
tree | 57e416ac34e32995d539ba943acb1cd6c5005bda /science | |
parent | e354a4eec5cc4e8e968b94db4ab28885c659f4d7 (diff) | |
download | ports-3d7ff99281c6244a8ccc03c2028badf5a3ac724d.tar.gz ports-3d7ff99281c6244a8ccc03c2028badf5a3ac724d.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/chemtool-devel/Makefile | 3 |
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 |