summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-07-02 23:52:59 +0000
committerade <ade@FreeBSD.org>2002-07-02 23:52:59 +0000
commita3c278ff36789df61256b3e659336a68c88c48e0 (patch)
treed40a7342b17dc3eefb3c6e5343a5430339b37e01 /devel
parent3a31a1ed4465bb6f93582aa1743e772ae0a60dd0 (diff)
downloadFreeBSD-ports-a3c278ff36789df61256b3e659336a68c88c48e0.zip
FreeBSD-ports-a3c278ff36789df61256b3e659336a68c88c48e0.tar.gz
Fix dependencies, py-plex is in devel/, not textproc/
Found by: make index
Diffstat (limited to 'devel')
-rw-r--r--devel/pyrex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile
index e8a21a9..0638047 100644
--- a/devel/pyrex/Makefile
+++ b/devel/pyrex/Makefile
@@ -14,8 +14,8 @@ DISTNAME= Pyrex${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Plex/__init__.py:${PORTSDIR}/textproc/py-plex
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Plex/__init__.py:${PORTSDIR}/textproc/py-plex
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Plex/__init__.py:${PORTSDIR}/devel/py-plex
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Plex/__init__.py:${PORTSDIR}/devel/py-plex
USE_PYTHON= yes
USE_PYDISTUTILS=yes
OpenPOWER on IntegriCloud