From 407cec236fe86c46a912704eefef33b38a93d307 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 14 Nov 2011 23:44:50 +0000 Subject: [PATCH] - 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 --- games/gbottler/Makefile | 9 ++------- 1 file 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