x11/deforoas-libdesktop: Not jobs safe
set MAKE_JOBS_UNSAFE and make portlint happy. Approved by: bapt/culot (mentors, implicit)
This commit is contained in:
parent
59fd77a3dd
commit
25b5722c1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323751
1 changed files with 3 additions and 1 deletions
|
@ -5,8 +5,8 @@ PORTNAME= libdesktop
|
|||
PORTVERSION= 0.0.9
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/4011/
|
||||
DISTNAME= libDesktop-${PORTVERSION}
|
||||
PKGNAMEPREFIX= deforaos-
|
||||
DISTNAME= libDesktop-${PORTVERSION}
|
||||
|
||||
MAINTAINER= olivier@cochard.me
|
||||
COMMENT= DeforaOS desktop library
|
||||
|
@ -20,6 +20,8 @@ USES= pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS+= PREFIX=${PREFIX}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
|
||||
${WRKSRC}/data/pkgconfig.sh
|
||||
|
|
Loading…
Reference in a new issue