mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Make the interactive variable conditional since this port *isn't*
interactive if it's being made into a package.
This commit is contained in:
parent
d25a202a7b
commit
8f5960a387
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39993
@ -12,7 +12,9 @@ DISTFILES= #empty
|
||||
|
||||
MAINTAINER= jkh@FreeBSD.org
|
||||
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
IS_INTERACTIVE= 'Must configure cvsup server information'
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user