diff options
author | ale <ale@FreeBSD.org> | 2009-02-17 06:57:03 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-02-17 06:57:03 +0000 |
commit | 7816a146802717416b19d3754462c7be6f61711b (patch) | |
tree | 1d61218b93b7f26653245b7190cbd19c06736fbe /games | |
parent | 886c98464b6214b7856d2923bdf977002410ea13 (diff) | |
download | FreeBSD-ports-7816a146802717416b19d3754462c7be6f61711b.zip FreeBSD-ports-7816a146802717416b19d3754462c7be6f61711b.tar.gz |
Mark IGNORE if NOPORTDATA is set.
Diffstat (limited to 'games')
-rw-r--r-- | games/freecol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freecol/Makefile b/games/freecol/Makefile index 9f2690a..fc84bc0 100644 --- a/games/freecol/Makefile +++ b/games/freecol/Makefile @@ -20,7 +20,7 @@ USE_JAVA= yes JAVA_VERSION= 1.5+ .if defined(NOPORTDATA) -.undef NOPORTDATA +IGNORE= needs data file to run, unset NOPORTDATA .endif PLIST_FILES= bin/freecol |