games/crafty-open-source: Fix bugs in r356899 by vanilla:
- fix RUN_DEPENDS (missing a : prior to =) - add LEGAL_PACKAGE since NO_PACKAGE is unrelated to a known legal issue
This commit is contained in:
parent
e6ab3ba661
commit
0791993125
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359803
1 changed files with 2 additions and 1 deletions
|
@ -14,12 +14,13 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Enormous opening book (about 270 MByte) for crafty
|
||||
|
||||
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= rafty:${PORTSDIR}/games/crafty
|
||||
|
||||
DIST_SUBDIR= crafty
|
||||
USES= zip
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_PACKAGE= Package is way too big
|
||||
LEGAL_PACKAGE=
|
||||
CONFLICTS= crafty-open-large-* crafty-open-medium-* crafty-open-default-*
|
||||
|
||||
do-build:
|
||||
|
|
Loading…
Reference in a new issue