diff options
Diffstat (limited to 'games/frogatto/Makefile')
-rw-r--r-- | games/frogatto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index c4d2bcdbb0c1..9d8f7d570b53 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -9,8 +9,8 @@ CATEGORIES= games MAINTAINER= fiziologus@gmail.com COMMENT= Old-school 2D classic adventure platformer game -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libpng.so:graphics/png NO_PACKAGE= Package will be 144M, set FORCE_PACKAGE if you really want it |