aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-app
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/avahi-app
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net/avahi-app')
-rw-r--r--net/avahi-app/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index 9b05754ca032..72c6c49cb831 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -14,10 +14,10 @@ COMMENT?= Service discovery on a local network
AVAHI_SLAVE?= no
.if ${AVAHI_SLAVE} != header
-LIB_DEPENDS?= libexpat.so:${PORTSDIR}/textproc/expat2 \
- libdaemon.so:${PORTSDIR}/devel/libdaemon \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libgdbm.so:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS?= libexpat.so:textproc/expat2 \
+ libdaemon.so:devel/libdaemon \
+ libdbus-glib-1.so:devel/dbus-glib \
+ libgdbm.so:databases/gdbm
USERS?= ${PORTNAME}
GROUPS?= ${USERS}