diff options
-rw-r--r-- | chinese/fortune/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile index 3764b81..e1a2d12 100644 --- a/chinese/fortune/Makefile +++ b/chinese/fortune/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes USE_GMAKE= yes USE_BZIP2= yes -.if !exists (/usr/games/fortune) || !exists(/usr/games/strfile) +.if !exists(/usr/games/fortune) || !exists(/usr/games/strfile) IGNORE= needs the FreeBSD games distribution .endif |