aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-08-02 06:33:31 +0800
committerperky <perky@FreeBSD.org>2003-08-02 06:33:31 +0800
commit8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce (patch)
treec718a03ac407c655a5ba336c6cd15a5dd475e076 /net
parentaa19754bab6d6dd1e522691eeeb71b1c433ccebd (diff)
downloadfreebsd-ports-gnome-8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce.tar.gz
freebsd-ports-gnome-8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce.tar.zst
freebsd-ports-gnome-8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce.zip
Fix hard-coded python2.2 dependency.
Diffstat (limited to 'net')
-rw-r--r--net/imcom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/imcom/Makefile b/net/imcom/Makefile
index 430a9d7ce6e0..278a88ca6001 100644
--- a/net/imcom/Makefile
+++ b/net/imcom/Makefile
@@ -12,7 +12,8 @@ MASTER_SITES= http://nafai.dyndns.org/files/
MAINTAINER= martijn@pacno.net
COMMENT= IMCom is a command-line Jabber client written in Python
-RUN_DEPENDS= ${LOCALBASE}/lib/python2.2/xml/parsers/expat.py:${PORTSDIR}/textproc/py-expat
+BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
+RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_PYTHON= yes