diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-14 23:44:50 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-14 23:44:50 +0000 |
commit | 407cec236fe86c46a912704eefef33b38a93d307 (patch) | |
tree | 20d6572f91a24805ae1a59341ce4137cda0582b2 /games/gbottler | |
parent | b3a496bfcb7cd295ad9ee43fbb9b90b8db2c3a94 (diff) | |
download | ports-407cec236fe86c46a912704eefef33b38a93d307.tar.gz ports-407cec236fe86c46a912704eefef33b38a93d307.zip |
- remove conditional for python < 2.4 (we haven't them in ports tree
anyway and japanese/pycodec is deprecated)
- change dependency on textproc/py-xml with ${PYXML}
- change dependency on x11-toolkits/py-gtk2 with USE_GNOME= pygtk2
PR: ports/162086
Submitted by: rm (myself)
Approved by: maintainer (timeout - 2+ weeks), novel (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285802
Diffstat (limited to 'games/gbottler')
-rw-r--r-- | games/gbottler/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile index e4fbbf8e0936..ae75db557d54 100644 --- a/games/gbottler/Makefile +++ b/games/gbottler/Makefile @@ -14,16 +14,11 @@ MASTER_SITE_SUBDIR= gbottler/45155 MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= SSTP Bottle client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/_xmlplus/sax/saxutils.py:${PORTSDIR}/textproc/py-xml - -PYVERSION= ${PYTHON_VERSION:S/^python//} -.if defined(PYTHON_VERSION) && ${PYVERSION:S/.//} < 24 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec -.endif # defined(PYVERSION) && ${PYVERSION:S/.//} < 24 +RUN_DEPENDS= ${PYXML} PLIST_SUB= VERSION=${PORTVERSION} +USE_GNOME= pygtk2 USE_PYTHON= yes USE_GMAKE= yes |