diff options
Diffstat (limited to 'games/flyhard/Makefile')
-rw-r--r-- | games/flyhard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/flyhard/Makefile b/games/flyhard/Makefile index b60af250e5d2..7c101796cfb1 100644 --- a/games/flyhard/Makefile +++ b/games/flyhard/Makefile @@ -14,8 +14,8 @@ COMMENT= Game resembling Thrust, but with lots of shooting and puzzles LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libpng.so:graphics/png +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs GNU_CONFIGURE= yes USES= gmake |