diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 16:50:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 16:50:52 +0800 |
commit | 8cdcb39813b5c805ca2610f9ed2cbd710f0f1e96 (patch) | |
tree | 8a41eef323436bca78ea1699ff92c1b3ef736775 /net-im | |
parent | 12a5c6331db72e419b27668d982b3a3577a815c7 (diff) | |
download | freebsd-ports-gnome-8cdcb39813b5c805ca2610f9ed2cbd710f0f1e96.tar.gz freebsd-ports-gnome-8cdcb39813b5c805ca2610f9ed2cbd710f0f1e96.tar.zst freebsd-ports-gnome-8cdcb39813b5c805ca2610f9ed2cbd710f0f1e96.zip |
- Get rid (RUN|BUILD) PYEXPAT since py25 is default in python
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/imcom/Makefile | 3 | ||||
-rw-r--r-- | net-im/py-jabber/Makefile | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile index 14f7fcb77a0b..3aadfd6aa255 100644 --- a/net-im/imcom/Makefile +++ b/net-im/imcom/Makefile @@ -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 diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile index f2704c416829..ca361180b41a 100644 --- a/net-im/py-jabber/Makefile +++ b/net-im/py-jabber/Makefile @@ -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 |