Skip to content

Commit

Permalink
- add math/py-Numeric to RUN_DEPENDS
Browse files Browse the repository at this point in the history
noticed by steven@
  • Loading branch information
ajacoutot committed Nov 11, 2006
1 parent 55f6056 commit b3b8904
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games/angrydd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/11 14:34:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2006/11/11 19:09:11 ajacoutot Exp $

COMMENT= "falling blocks puzzle game"

DISTNAME= angrydd-1.0.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= games

HOMEPAGE= http://www.sacredchao.net/~piman/angrydd/
Expand All @@ -17,7 +18,8 @@ PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= ${HOMEPAGE}

RUN_DEPENDS= :pygame->=1.7:devel/pygame
RUN_DEPENDS= :pygame->=1.7:devel/pygame \
:py-Numeric-*:math/py-Numeric

MODULES= lang/python
NO_BUILD= Yes
Expand Down

0 comments on commit b3b8904

Please sign in to comment.