diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
commit | 75f93ffec7a0e196580e13543a54802c44e8ac3b (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/gbottler | |
parent | 6521e868f916a501668e2b038a47f6e8fd53cdbe (diff) | |
download | freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.tar.gz freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.tar.zst freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.zip |
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'games/gbottler')
-rw-r--r-- | games/gbottler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile index 3d765f86a68b..a6f5c203b9ec 100644 --- a/games/gbottler/Makefile +++ b/games/gbottler/Makefile @@ -14,8 +14,7 @@ COMMENT= SSTP Bottle client RUN_DEPENDS= ${PYXML} USE_GNOME= pygtk2 -USE_PYTHON= yes -USES= gmake +USES= gmake python PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.mk> |