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/py-fife/Makefile | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'games/py-fife/Makefile')
-rw-r--r-- | games/py-fife/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 5372a3457e42..0516036bf35d 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: fife -# Date created: 19 May 2012 -# Whom: GreenDog <fiziologus@gmail.com> -# +# Created by: GreenDog <fiziologus@gmail.com> # $FreeBSD$ PORTNAME= fife PORTVERSION= 0.3.3r3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \ http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo @@ -23,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis \ guichan.2:${PORTSDIR}/devel/guichan \ - boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ + boost_filesystem:${PORTSDIR}/devel/boost-libs \ png15:${PORTSDIR}/graphics/png USE_SDL= sdl ttf image |