aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-25 16:50:52 +0800
committermiwi <miwi@FreeBSD.org>2011-02-25 16:50:52 +0800
commit8cdcb39813b5c805ca2610f9ed2cbd710f0f1e96 (patch)
tree8a41eef323436bca78ea1699ff92c1b3ef736775 /devel
parent12a5c6331db72e419b27668d982b3a3577a815c7 (diff)
downloadfreebsd-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 'devel')
-rw-r--r--devel/libglade2/Makefile2
-rw-r--r--devel/py-ciphon/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 14e05c739879..7d4ebdf2fba7 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -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=""
diff --git a/devel/py-ciphon/Makefile b/devel/py-ciphon/Makefile
index 7e98bc3bd4be..8be588010980 100644
--- a/devel/py-ciphon/Makefile
+++ b/devel/py-ciphon/Makefile
@@ -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