diff options
author | rm <rm@FreeBSD.org> | 2011-11-15 07:44:50 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-11-15 07:44:50 +0800 |
commit | 4e200d0bde6a2b567099108fcd564170daaf4327 (patch) | |
tree | 667bbc8c6ffc7bcdd0f47f58a1d2f95dda002cbf | |
parent | bd97ddd78c2e8aae3253ed8ee68f289c5a160a89 (diff) | |
download | freebsd-ports-gnome-4e200d0bde6a2b567099108fcd564170daaf4327.tar.gz freebsd-ports-gnome-4e200d0bde6a2b567099108fcd564170daaf4327.tar.zst freebsd-ports-gnome-4e200d0bde6a2b567099108fcd564170daaf4327.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
-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 |