diff --git a/games/castle-combat/Makefile b/games/castle-combat/Makefile index 36d65bec4cd..aadcc96ddf8 100644 --- a/games/castle-combat/Makefile +++ b/games/castle-combat/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2007/12/04 14:43:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2008/01/13 00:13:54 ajacoutot Exp $ COMMENT= Rampart arcade game clone for X11 DISTNAME= castle-combat-0.8.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= games x11 HOMEPAGE= http://www.linux-games.com/castle-combat/ @@ -18,7 +19,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=castle-combat/} MODULES= lang/python RUN_DEPENDS= ::devel/pygame \ - ::devel/py-twisted/core + ::devel/py-twisted/core \ + ::py-Numeric-*:math/py-Numeric NO_BUILD= Yes NO_REGRESS= Yes