diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /games/frogatto | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) |
Chase boost update
Notes
Notes:
svn path=/head/; revision=311310
Diffstat (limited to 'games/frogatto')
-rw-r--r-- | games/frogatto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index 41afcc88108b..b891aee58f7b 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -3,13 +3,14 @@ PORTNAME= frogatto PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GH MAINTAINER= fiziologus@gmail.com COMMENT= An old-school 2D classic adventure platformer game -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ png15:${PORTSDIR}/graphics/png NO_PACKAGE= Package will be 144M, set FORCE_PACKAGE if you really want it |