diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:54:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:54:57 +0000 |
commit | eb5de14c2db06f264a325b62cf534e2e1d4dc7bd (patch) | |
tree | c43995e6ff5c00912545f14a547839c70051d2b6 /games/clanbomber/Makefile | |
parent | minor style tweak (diff) |
- Chase dependency for new devel/clanlib version
Noticed by: bento (kris)
Diffstat (limited to '')
-rw-r--r-- | games/clanbomber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile index 34f6733d2468..4255eff72abc 100644 --- a/games/clanbomber/Makefile +++ b/games/clanbomber/Makefile @@ -7,6 +7,7 @@ PORTNAME= clanbomber PORTVERSION= 1.01a +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A bomberman-like multiplayer game -LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib +LIB_DEPENDS= clanCore-0.7.0:${PORTSDIR}/devel/clanlib USE_XLIB= yes GNU_CONFIGURE= yes |