diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /games/frogatto | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Notes
Diffstat (limited to 'games/frogatto')
-rw-r--r-- | games/frogatto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index cd43ecf6f48e..cf810cb4c13c 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -10,7 +10,7 @@ MAINTAINER= fiziologus@gmail.com COMMENT= Old-school 2D classic adventure platformer game LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png NO_PACKAGE= Package will be 144M, set FORCE_PACKAGE if you really want it |