diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:32:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:32:24 +0000 |
commit | 2729c7d447146fca0b2c7e1f9bc2968fc4a33ad0 (patch) | |
tree | e390baaa8e511f6302365d46e92b2e41fef35bd0 /games/rtb | |
parent | 7ebaf95f6c3d98b618b9a70173d29b0e23714527 (diff) | |
download | ports-2729c7d447146fca0b2c7e1f9bc2968fc4a33ad0.tar.gz ports-2729c7d447146fca0b2c7e1f9bc2968fc4a33ad0.zip |
Notes
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index 7f371390ea23..7b3569e9251a 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -13,11 +13,10 @@ COMMENT= Robot programming game for UNIX BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed -USES= perl5 +USES= perl5 gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} |