aboutsummaryrefslogtreecommitdiffstats
path: root/net/netatalk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
commitc60c1d09235abbfd733e901b1872b86adc82027c (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/netatalk
parent0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff)
downloadfreebsd-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/netatalk')
-rw-r--r--net/netatalk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 382730d5c840..408bf15e4c42 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= SF
MAINTAINER= marcus@FreeBSD.org
COMMENT= File server for Mac OS X
-LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USES= gmake iconv libtool perl5 tar:bzip2
USE_BDB= 46+
@@ -74,7 +74,7 @@ PLIST_SUB+= NETATALKPAM="@comment "
.if ${PORT_OPTIONS:MSRVLOC}
CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE}
-LIB_DEPENDS+= libslp.so:${PORTSDIR}/net/openslp
+LIB_DEPENDS+= libslp.so:net/openslp
SUB_LIST+= SRVLOC="slpd"
.else
SUB_LIST+= SRVLOC=""
@@ -90,7 +90,7 @@ PLIST_SUB+= TIMELORD="@comment "
.if ${PORT_OPTIONS:MZEROCONF}
CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+= libavahi-client.so:net/avahi-app
USES+= pkgconfig
SUB_LIST+= ZEROCONF="avahi_daemon"
.else