diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:00:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:00:50 +0000 |
commit | 796464350e220b5f8fb7b035965a87dc63824a14 (patch) | |
tree | 2f9cd8c0a819b520aa1b353994707173199cca50 /games/boswars | |
parent | dc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff) | |
download | ports-796464350e220b5f8fb7b035965a87dc63824a14.tar.gz ports-796464350e220b5f8fb7b035965a87dc63824a14.zip |
Notes
Diffstat (limited to 'games/boswars')
-rw-r--r-- | games/boswars/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile index deee3b8ebbb5..394967bc0467 100644 --- a/games/boswars/Makefile +++ b/games/boswars/Makefile @@ -34,7 +34,6 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '\ - s|-pthread|${PTHREAD_LIBS}|g; \ s|/usr/local|${LOCALBASE}|g; \ s|lua51|lua-${LUA_VER}|g;' \ ${WRKSRC}/SConstruct |