diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-20 10:26:46 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-20 10:26:46 +0000 |
commit | a8784c4a7fc5925bf3350ea68d9b31dc8f2d73c3 (patch) | |
tree | 857763c563677e6f799db0b7b69cece526b11eff /games/gbottler | |
parent | 85a0d2f2ee63b45e0947c0858501c60ddd7a6477 (diff) |
Notes
Diffstat (limited to 'games/gbottler')
-rw-r--r-- | games/gbottler/Makefile | 7 | ||||
-rw-r--r-- | games/gbottler/pkg-descr | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile index cec388ba329c..ddc53f862865 100644 --- a/games/gbottler/Makefile +++ b/games/gbottler/Makefile @@ -3,16 +3,15 @@ PORTNAME= gbottler PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SFJP/gbottler/45155 MAINTAINER= ports@FreeBSD.org COMMENT= SSTP Bottle client -RUN_DEPENDS= ${PYXML} - -USES= gettext-tools gmake python +NO_ARCH= yes +USES= gettext-tools gmake python:2 USE_GNOME= pygtk2 PLIST_SUB= VERSION=${PORTVERSION} diff --git a/games/gbottler/pkg-descr b/games/gbottler/pkg-descr index a533b98a5a28..4ec9a336b52b 100644 --- a/games/gbottler/pkg-descr +++ b/games/gbottler/pkg-descr @@ -1,5 +1,4 @@ GBottler is a SSTP Bottle client. This SSTP Bottle client is based on bottler.py. -For more information, see WWW: http://gbottler.sourceforge.jp/ |