diff options
author | erwin <erwin@FreeBSD.org> | 2006-03-03 16:40:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-03-03 16:40:41 +0800 |
commit | 5b388b06f3322111f6f75a283325cf5c121a1a7b (patch) | |
tree | 06879bafe03480066544fbe6f33f736e99016f9c /net-im/jabber-pymsn/Makefile | |
parent | d1e4f4efaa180d3bdeaa4691ab53c7214e7cba3a (diff) | |
download | freebsd-ports-gnome-5b388b06f3322111f6f75a283325cf5c121a1a7b.tar.gz freebsd-ports-gnome-5b388b06f3322111f6f75a283325cf5c121a1a7b.tar.zst freebsd-ports-gnome-5b388b06f3322111f6f75a283325cf5c121a1a7b.zip |
Remove a spurious : and fix INDEX build.
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Pointy hat to: garga, erwin
Approved by: portmgr (self)
Diffstat (limited to 'net-im/jabber-pymsn/Makefile')
-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 |