USE_AUTOTOOLS -> USES=autoreconf, GNU_CONFIGURE=yes
Add USES=fakeroot to permit non-root builds if user is not in wheel group. [1] PR: 199396 [1] Submitted by: dvl [1]
This commit is contained in:
parent
2d2e5a1a7e
commit
7b43595384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384524
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ LICENSE_FILE= ${WRKSRC}/gnu-COPYING-GPL
|
|||
|
||||
CONFLICTS= ja-mailman-2.1.*
|
||||
|
||||
USES= cpe python:2 tar:tgz
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USES= autoreconf cpe fakeroot python:2 tar:tgz
|
||||
USE_RC_SUBR= mailman
|
||||
|
||||
CPE_VENDOR= gnu
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_PREFIX= ${MAILMANDIR}
|
||||
CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} \
|
||||
--with-username=${MM_USERNAME} \
|
||||
|
|
Loading…
Reference in a new issue