- Get rid (RUN|BUILD) PYEXPAT since py25 is default in python
This commit is contained in:
parent
3fc2da5cbc
commit
ceb2ebfb84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269665
@ -42,8 +42,6 @@ OPTIONS= PYTHON "Use Python" on
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_PYTHON)
|
||||
BUILD_DEPENDS+= ${PYEXPAT}
|
||||
RUN_DEPENDS+= ${PYEXPAT}
|
||||
|
||||
USE_PYTHON= yes
|
||||
PLIST_SUB+= PYTHON=""
|
||||
|
@ -15,8 +15,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= xride@FreeBSD.org
|
||||
COMMENT= A module for python that adds cpan-like functionality
|
||||
|
||||
RUN_DEPENDS= ${PYEXPAT}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
|
@ -13,9 +13,6 @@ MASTER_SITES= http://nafai.dyndns.org/files/
|
||||
MAINTAINER= martijn@pacno.net
|
||||
COMMENT= IMCom is a command-line Jabber client written in Python
|
||||
|
||||
BUILD_DEPENDS= ${PYEXPAT}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
|
@ -16,8 +16,6 @@ DISTNAME= jabberpy-${PORTVERSION}-0
|
||||
MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= A Python Jabber library
|
||||
|
||||
RUN_DEPENDS= ${PYEXPAT}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= jabber.py
|
||||
|
Loading…
Reference in New Issue
Block a user