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/papyon | |
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/papyon')
-rw-r--r-- | net-im/papyon/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile index e39edd1ba7d8..5a6e225c4372 100644 --- a/net-im/papyon/Makefile +++ b/net-im/papyon/Makefile @@ -11,14 +11,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Fork of pymsn to support the telepathy MSN connection manager -BUILD_DEPENDS= py*-openssl>0:${PORTSDIR}/security/py-openssl \ - ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \ - ${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \ - ${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2 -RUN_DEPENDS= py*-openssl>0:${PORTSDIR}/security/py-openssl \ - ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \ - ${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \ - ${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2 +BUILD_DEPENDS= py*-openssl>0:security/py-openssl \ + ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:security/py-pycrypto \ + ${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:multimedia/py-gstreamer \ + ${PYTHON_SITELIBDIR}/farsight.so:net-im/farsight2 +RUN_DEPENDS= py*-openssl>0:security/py-openssl \ + ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:security/py-pycrypto \ + ${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:multimedia/py-gstreamer \ + ${PYTHON_SITELIBDIR}/farsight.so:net-im/farsight2 USE_GNOME= pygobject USES= python @@ -27,8 +27,8 @@ USE_PYTHON= distutils .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 3400 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34 +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 .endif .include <bsd.port.post.mk> |