mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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)
This commit is contained in:
parent
d6d1f096d7
commit
cfdec1a050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156944
@ -18,7 +18,7 @@ COMMENT= Python ICQ-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
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= yes
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user