diff options
author | rm <rm@FreeBSD.org> | 2011-11-15 09:06:40 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-11-15 09:06:40 +0800 |
commit | 72c1330638d718f73f450546b13b649118805a7f (patch) | |
tree | 17941bf7b8feb053f3870243180c4e5de4ae5760 /games/ninix-aya | |
parent | 0d95db4c8ea22212552d203eb37fbc0adc4b2f67 (diff) | |
download | freebsd-ports-graphics-72c1330638d718f73f450546b13b649118805a7f.tar.gz freebsd-ports-graphics-72c1330638d718f73f450546b13b649118805a7f.tar.zst freebsd-ports-graphics-72c1330638d718f73f450546b13b649118805a7f.zip |
- remove conditional for python < 2.4 (we haven't them in ports tree
anyway and japanese/pycodec is deprecated)
- change dependency on math/py-numpy with ${PYNUMPY}
- change dependency on x11-toolkits/py-gtk2 with USE_GNOME= pygtk2
- whitespace fix in pkg-descr
PR: ports/162087
Submitted by: rm (myself)
Approved by: maintainer (timeout - 2+ weeks), novel (mentor)
Feature safe: yes
Diffstat (limited to 'games/ninix-aya')
-rw-r--r-- | games/ninix-aya/Makefile | 9 | ||||
-rw-r--r-- | games/ninix-aya/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile index 9ef94bb6e37..1ffb165394c 100644 --- a/games/ninix-aya/Makefile +++ b/games/ninix-aya/Makefile @@ -20,17 +20,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= png:${PORTSDIR}/graphics/png RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet \ - ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ + ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/pygst.py:${PORTSDIR}/multimedia/py-gstreamer -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 - USE_PYTHON= yes +USE_GNOME= pygtk2 USE_GMAKE= yes .include <bsd.port.pre.mk> diff --git a/games/ninix-aya/pkg-descr b/games/ninix-aya/pkg-descr index 83bc419bb17..f009d5ecbad 100644 --- a/games/ninix-aya/pkg-descr +++ b/games/ninix-aya/pkg-descr @@ -1,5 +1,5 @@ Ninix-aya is a branch of ninix. -Ninix-aya and ninix are compatible with Windows desktop mascot +Ninix-aya and ninix are compatible with Windows desktop mascot program "Ukagaka". For more information, see |