diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /games/childsplay | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'games/childsplay')
-rw-r--r-- | games/childsplay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile index 8eff4dd88390..9bc8aea67820 100644 --- a/games/childsplay/Makefile +++ b/games/childsplay/Makefile @@ -7,7 +7,7 @@ PORTNAME= childsplay PORTVERSION= 0.80.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= childsplay @@ -21,7 +21,6 @@ RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/ LIB_DEPENDS= assetml.0:${PORTSDIR}/devel/libassetml USE_PYTHON= yes -USE_X_PREFIX= yes NO_BUILD= yes # avoid asking for translation to your local language on install |