Remove an instance of MAINTAINER_MODE I missed in r318794.
Submitted by: eadler
This commit is contained in:
parent
52a5054a99
commit
c0075b434e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318800
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ MAINTAINER= brooks@FreeBSD.org
|
|||
COMMENT= Low Level Virtual Machine
|
||||
|
||||
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
|
||||
.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||
.endif
|
||||
.if defined(MAINTAINER_MODE)
|
||||
|
|
Loading…
Reference in a new issue