mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix PORT_OPTIONS check for 'DEVEL'.
PR: ports/177360 Pointyhat: gjb (myself) Approved by: garga (maintainer, implicit)
This commit is contained in:
parent
2838094fed
commit
6dd5b6fc40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315417
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= twirssi
|
||||
PORTVERSION= 2.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://twirssi.com/
|
||||
EXTRACT_SUFX= .pl
|
||||
@ -26,7 +27,7 @@ DEVEL_DESC= Use development irc/irssi-devel port
|
||||
RUN_DEPENDS+= irssi:${PORTSDIR}/irc/irssi
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPROD}
|
||||
.if ${PORT_OPTIONS:MDEVEL}
|
||||
RUN_DEPENDS+= irssi:${PORTSDIR}/irc/irssi-devel
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user