aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-pymsn
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-30 23:23:11 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-30 23:23:11 +0000
commit8a0a6676b1de3f4f4e3de613c8d9b567fe5af97f (patch)
tree4e3e9e21241cb9093ee7f43c54e66fc26945721a /net-im/jabber-pymsn
parenta3f2b08fac90362944b74bf2a8b9b56d9d915c9b (diff)
downloadports-8a0a6676b1de3f4f4e3de613c8d9b567fe5af97f.tar.gz
ports-8a0a6676b1de3f4f4e3de613c8d9b567fe5af97f.zip
Notes
Diffstat (limited to 'net-im/jabber-pymsn')
-rw-r--r--net-im/jabber-pymsn/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net-im/jabber-pymsn/Makefile b/net-im/jabber-pymsn/Makefile
index 71978e9bf1e4..91f52bf730c9 100644
--- a/net-im/jabber-pymsn/Makefile
+++ b/net-im/jabber-pymsn/Makefile
@@ -20,12 +20,12 @@ MAINTAINER= garga@FreeBSD.org
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}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted \
+ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
WRKSRC= ${WRKDIR}/${PORTNAME}t-0.11
-OPTIONS= EJABBERD "Use transport with ejabberd" off \
- X11 "Use X11 (required to non-PNG avatars)" on
+OPTIONS= EJABBERD "Use transport with ejabberd" off
NO_BUILD= yes
USE_PYTHON= yes
@@ -50,10 +50,6 @@ SUB_LIST+= JABBER_REQUIRE=jabberd
SUB_LIST+= JABBER_USER=${JABBER_USER}
-.if !defined(WITHOUT_X11)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
-.endif
-
post-extract:
@${FIND} ${WRKSRC}/ -type d \( -name CVS -or -name .svn \) | ${XARGS} ${RM} -rf