diff options
author | eadler <eadler@FreeBSD.org> | 2014-06-30 14:09:00 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2014-06-30 14:09:00 +0800 |
commit | 9048ffaa45981d9091960318a7195712bae11cdc (patch) | |
tree | 3d5270b3fbbb9be60149cb094268762d298f0ca9 /games | |
parent | 2a87a9fe7a197c5ff2b167c9e63bc90e1fe5ba22 (diff) | |
download | freebsd-ports-gnome-9048ffaa45981d9091960318a7195712bae11cdc.tar.gz freebsd-ports-gnome-9048ffaa45981d9091960318a7195712bae11cdc.tar.zst freebsd-ports-gnome-9048ffaa45981d9091960318a7195712bae11cdc.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-open-enormous/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index 463009f9c383..17620a66880e 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -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: |