diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-19 06:06:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-19 06:06:48 +0000 |
commit | 0d50b64ecd4db599e9f35bd3b37327a86fddb064 (patch) | |
tree | 56616c5f85ac2278a3fdcfab57bb38f690007013 /games | |
parent | dae739fa8fd118b42840f757fbdee08c71ec56bc (diff) | |
download | ports-0d50b64ecd4db599e9f35bd3b37327a86fddb064.tar.gz ports-0d50b64ecd4db599e9f35bd3b37327a86fddb064.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pingus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index ff9ef28ce52b..3ca6af46e4c9 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -17,6 +17,8 @@ COMMENT= Free Lemmings-like game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= checksum mismatch + BUILD_DEPENDS= ${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs LIB_DEPENDS= libpng.so:graphics/png |