diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-10 00:49:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-10 00:49:29 +0800 |
commit | c1992d771865cfb82218d69e7639e6938f71bd56 (patch) | |
tree | 77cd710bbfd14d2d0ed109e9430d174067a4636f /games | |
parent | 86f37720668f56e89a0f9a5c92034dfa0d382f54 (diff) | |
download | freebsd-ports-gnome-c1992d771865cfb82218d69e7639e6938f71bd56.tar.gz freebsd-ports-gnome-c1992d771865cfb82218d69e7639e6938f71bd56.tar.zst freebsd-ports-gnome-c1992d771865cfb82218d69e7639e6938f71bd56.zip |
- Update devel/libclaw to 1.5.3
- Since libclaw now uses verioned .so's, update dependent port to LIB_DEPEND on libclaw instead of BUILD/RUN_DEPEND
Approved by: miwi (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/plee-the-bear/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index edee211ebdc6..acc2458f57ca 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -7,6 +7,7 @@ PORTNAME= plee-the-bear PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-light @@ -14,9 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-light MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D platform jump and run game -LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost -BUILD_DEPENDS= ${LOCALBASE}/bin/claw-config:${PORTSDIR}/devel/libclaw -RUN_DEPENDS= ${LOCALBASE}/bin/claw-config:${PORTSDIR}/devel/libclaw +LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \ + claw_application.1:${PORTSDIR}/devel/libclaw USE_BZIP2= yes USE_SDL= sdl mixer |