diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-im/gajim | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-im/gajim')
-rw-r--r-- | net-im/gajim/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index b89df94c920b..d0d5ba8b0715 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -12,10 +12,10 @@ COMMENT= Jabber client based on a plugin system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 \ - ${PYTHON_PKGNAMEPREFIX}nbxmpp>0:${PORTSDIR}/net-im/py-nbxmpp +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}nbxmpp>0:net-im/py-nbxmpp NO_ARCH= yes USES= cpe dos2unix gmake pathfix python:2 tar:bzip2 @@ -37,12 +37,12 @@ CRYPTO_DESC= End to end encryption support GUPNP_DESC= UPnP IGD protocol support SPELL_DESC= Spell checking support -AVAHI_RUN_DEPENDS= avahi-discover:${PORTSDIR}/net/py-avahi -CRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto -DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:${PORTSDIR}/devel/py-dbus -GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gupnp/__init__.py:${PORTSDIR}/net/gupnp-igd +AVAHI_RUN_DEPENDS= avahi-discover:net/py-avahi +CRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto +DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus +GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gupnp/__init__.py:net/gupnp-igd NLS_USES= gettext -SPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell +SPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell PORTDOCS= AUTHORS ChangeLog README.html SUB_FILES= pkg-message |