aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pyrex
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-07-03 07:52:59 +0800
committerade <ade@FreeBSD.org>2002-07-03 07:52:59 +0800
commita3c278ff36789df61256b3e659336a68c88c48e0 (patch)
treed40a7342b17dc3eefb3c6e5343a5430339b37e01 /devel/pyrex
parent3a31a1ed4465bb6f93582aa1743e772ae0a60dd0 (diff)
downloadfreebsd-ports-gnome-a3c278ff36789df61256b3e659336a68c88c48e0.tar.gz
freebsd-ports-gnome-a3c278ff36789df61256b3e659336a68c88c48e0.tar.zst
freebsd-ports-gnome-a3c278ff36789df61256b3e659336a68c88c48e0.zip
Fix dependencies, py-plex is in devel/, not textproc/
Found by: make index
Diffstat (limited to 'devel/pyrex')
-rw-r--r--devel/pyrex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile
index e8a21a955030..06380471cc8e 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