- Make MAKE_JOBS_UNSAFE=yes

This commit is contained in:
Philip M. Gollucci 2009-05-16 06:37:16 +00:00
parent abf5b5ffc0
commit 31d5d60fb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233979
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ DISTNAME= sdb-${PORTVERSION}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Simple database library
MAKE_JOBS_UNSAFE= yes
HAS_CONFIGURE= yes
MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
USE_LDCONFIG= yes

View File

@ -18,6 +18,8 @@ COMMENT= A "lightweight programmer's editor" with syntax highlighting
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
USE_GMAKE= yes