diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/hoichess/Makefile | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) | |
download | ports-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.gz ports-bdeb8561511e9869fe7b4735106e13b68b529eb8.zip |
Notes
Diffstat (limited to 'games/hoichess/Makefile')
-rw-r--r-- | games/hoichess/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hoichess/Makefile b/games/hoichess/Makefile index ae14147faabc..ac6431c58a5f 100644 --- a/games/hoichess/Makefile +++ b/games/hoichess/Makefile @@ -15,6 +15,8 @@ USE_PERL5= build MAKE_JOBS_UNSAFE=yes MAKE_ENV= HAVE_GETOPT=1 +OPTIONS_DEFINE= DOCS + post-patch: @${RM} ${WRKSRC}/src/lib/getopt.h @${REINPLACE_CMD} -e '1,/^LDFLAG/d' ${WRKSRC}/src/Makefile.config |