devel/spdict: Mark jobs unsafe
Also trim headers and replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
This commit is contained in:
parent
38e3376dbc
commit
6e85b87920
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324697
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: spdict
|
||||
# Date created: 2 Aug 2007
|
||||
# Whom: vanilla@
|
||||
#
|
||||
# Created by: vanilla@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= spdict
|
||||
PORTVERSION= 0.3
|
||||
|
@ -17,7 +13,9 @@ COMMENT= A library of dictionary algorithms
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/spdict
|
||||
|
|
Loading…
Reference in a new issue