- Get rid (RUN|BUILD) PYEXPAT since py25 is default in python

This commit is contained in:
Martin Wilke 2011-02-25 08:50:52 +00:00
parent 3fc2da5cbc
commit ceb2ebfb84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269665
4 changed files with 0 additions and 9 deletions

View File

@ -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=""

View File

@ -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

View File

@ -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

View File

@ -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