diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
commit | 2ac8e45b302661f32c1150bc000ad597714a545f (patch) | |
tree | 90ea9c07e1113a3bc340f96d46f703b5020d7eec /games/hoichess | |
parent | 9be0d645fd930e63a69f8b0fc651971b3be0f5f9 (diff) | |
download | ports-2ac8e45b302661f32c1150bc000ad597714a545f.tar.gz ports-2ac8e45b302661f32c1150bc000ad597714a545f.zip |
Notes
Diffstat (limited to 'games/hoichess')
-rw-r--r-- | games/hoichess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hoichess/Makefile b/games/hoichess/Makefile index ac6431c58a5f..8f3d4df519c8 100644 --- a/games/hoichess/Makefile +++ b/games/hoichess/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= johans@FreeBSD.org COMMENT= Not-so-very-strong chess engine -USES= gmake perl5 +USES= gmake perl5 readline USE_PERL5= build MAKE_JOBS_UNSAFE=yes MAKE_ENV= HAVE_GETOPT=1 |