mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- eliminate bogus py-setuptools dependency (port using distutils for installing)
- strict python version to 2.x only - bump PORTREVISION because of depencies change Approved by: ehaupt (maintainer, via mail)
This commit is contained in:
parent
9f5d6899f5
commit
882dd9b30b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299308
1 changed files with 3 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nagstamon
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt python
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} \
|
||||
CRITICAL/.
|
||||
|
@ -18,11 +18,9 @@ COMMENT= Nagios status monitor for your desktop
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= py*-setuptools>=0:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
||||
py*-setuptools>=0:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_GNOME= pygtk2 librsvg2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue