diff options
Diffstat (limited to 'games/poker-engine/Makefile')
-rw-r--r-- | games/poker-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index f4a9ba648eb9..468b331c5a1b 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ ${PYTHON_SITELIBDIR}/pokereval.py:${PORTSDIR}/games/py-poker-eval \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING |