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/avahi | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-graphics-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-graphics-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-graphics-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index ed509fb92e5..d211d8d21ba 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -10,7 +10,7 @@ CATEGORIES?= net dns MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the Avahi service discovery suite -RUN_DEPENDS= avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app +RUN_DEPENDS= avahi-app>=0.6.31:net/avahi-app USES= metaport @@ -20,11 +20,11 @@ AUTOIPD_DESC= IPv4LL network address configuration daemon GTK_DESC= Gtk+ tools and bindings LIBDNS_DESC= Apple's mDNSResponder compatibility library -AUTOIPD_RUN_DEPENDS= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd -GTK_RUN_DEPENDS= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk -#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns -MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp -QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 -PYTHON_RUN_DEPENDS= avahi-bookmarks:${PORTSDIR}/net/py-avahi +AUTOIPD_RUN_DEPENDS= avahi-autoipd:net/avahi-autoipd +GTK_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk +#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:net/avahi-libdns +MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:net/avahi-sharp +QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:net/avahi-qt4 +PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi .include <bsd.port.mk> |