Add dependency on py-GeoIP.

Note in TODO that a py-libsexy dependency could be packaged.
This commit is contained in:
Thomas Klausner 2008-05-19 14:59:01 +00:00
parent 7853041afa
commit ccf155e631
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2008/05/19 11:07:39 thomasklausner Exp $
# $NetBSD: Makefile,v 1.12 2008/05/19 14:59:01 thomasklausner Exp $
#
DISTNAME= nicotine+-1.2.9
@ -18,6 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-vorbis>=0:../../audio/py-vorbis
.if ${MACHINE_ARCH} == "i386"
DEPENDS+= ${PYPKGPREFIX}-psyco>=0:../../lang/py-psyco
.endif
DEPENDS+= ${PYPKGPREFIX}-GeoIP>=0:../../net/py-GeoIP
PYTHON_VERSIONS_ACCEPTED= 25 24 23 22
PY_PATCHPLIST= yes

View file

@ -1,2 +1,4 @@
Package py-libsexy as dependency for spell-checking?
FYI: This package should replace net/nicotine since it is unmaintained for some
time now.