summaryrefslogtreecommitdiff
path: root/net/imcom/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-01 22:33:31 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-01 22:33:31 +0000
commit965326ca6c322a2468403271726050adb34068a2 (patch)
tree67667940072f106a74fd06d8dd9e9183918c383d /net/imcom/Makefile
parentChase the gal2 shared lib version. (diff)
Fix hard-coded python2.2 dependency.
Notes
Notes: svn path=/head/; revision=86159
Diffstat (limited to '')
-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