diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-03-03 08:40:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-03-03 08:40:41 +0000 |
commit | cfdec1a0503642667334fed1c32dbcdf64c3c732 (patch) | |
tree | 390d35bd62945af440bc8079520d28f8dc54120b /net-im/jabber-pymsn | |
parent | d6d1f096d7b1552cfec91a41b96349dd32bb6bab (diff) | |
download | ports-cfdec1a0503642667334fed1c32dbcdf64c3c732.tar.gz ports-cfdec1a0503642667334fed1c32dbcdf64c3c732.zip |
Notes
Diffstat (limited to 'net-im/jabber-pymsn')
-rw-r--r-- | net-im/jabber-pymsn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabber-pymsn/Makefile b/net-im/jabber-pymsn/Makefile index f05d41eeb492..4752b1a33bac 100644 --- a/net-im/jabber-pymsn/Makefile +++ b/net-im/jabber-pymsn/Makefile @@ -18,7 +18,7 @@ COMMENT= Python MSN-Transport for Jabber RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py::${PORTSDIR}/graphics/py-imaging + ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging WRKSRC= ${WRKDIR}/${PORTNAME}t-0.11 |