diff options
author | pav <pav@FreeBSD.org> | 2008-03-26 00:23:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-26 00:23:13 +0800 |
commit | 191779569964a63115a408a4e43de9f38333af6c (patch) | |
tree | 8a003cda4ae136cff361e403c3850051853e7f06 | |
parent | 28579129995391b5c94aaa10e23e3828ca8957ea (diff) | |
download | freebsd-ports-gnome-191779569964a63115a408a4e43de9f38333af6c.tar.gz freebsd-ports-gnome-191779569964a63115a408a4e43de9f38333af6c.tar.zst freebsd-ports-gnome-191779569964a63115a408a4e43de9f38333af6c.zip |
- This will install one extra file when it detects Python, so make Python an
explicit dependency and correct plist
Reported by: pointyhat
-rw-r--r-- | games/rtb/Makefile | 3 | ||||
-rw-r--r-- | games/rtb/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index f64aa1870b39..474f91b031b1 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -7,7 +7,7 @@ PORTNAME= RealTimeBattle PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 USE_GCC= 3.4+ USE_PERL5= yes +USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/games/rtb/pkg-plist b/games/rtb/pkg-plist index 6234e1024c43..a7aab844f947 100644 --- a/games/rtb/pkg-plist +++ b/games/rtb/pkg-plist @@ -65,6 +65,7 @@ lib/RealTimeBattle/Robots/perl/perl.robot.in lib/RealTimeBattle/Robots/perl-Skeleton/perl-Skeleton.robot.in lib/RealTimeBattle/Robots/perl-Skeleton.robot lib/RealTimeBattle/Robots/perl.robot +lib/RealTimeBattle/Robots/raziel.py.robot lib/RealTimeBattle/Robots/raziel/raziel.py.robot.in lib/RealTimeBattle/Robots/rotate_and_fire/Makefile.am lib/RealTimeBattle/Robots/rotate_and_fire/rotate_and_fire.cc |