diff options
author | garga <garga@FreeBSD.org> | 2006-05-01 07:23:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-01 07:23:11 +0800 |
commit | bcabd1fdde044c5afd7d5a13c4d98e4571a4af60 (patch) | |
tree | a5af7cbb1b39604fba5add7532027b2c232c158c /net-im/jabber-pymsn/Makefile | |
parent | d0552368d0b3bd00e4df692360fda61eeaf40118 (diff) | |
download | freebsd-ports-gnome-bcabd1fdde044c5afd7d5a13c4d98e4571a4af60.tar.gz freebsd-ports-gnome-bcabd1fdde044c5afd7d5a13c4d98e4571a4af60.tar.zst freebsd-ports-gnome-bcabd1fdde044c5afd7d5a13c4d98e4571a4af60.zip |
Remove X11 option an back py-imaging as a mandatory dependency since a recently
OPTION was added to py-imaging that makes py-tkinter optional and so removing
X from dependency here.
Diffstat (limited to 'net-im/jabber-pymsn/Makefile')
-rw-r--r-- | net-im/jabber-pymsn/Makefile | 10 |
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 |