aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-04-19 19:17:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-04-19 19:17:50 +0000
commit6e2e717c0afc58bb762311f0ed6c0bc941775999 (patch)
tree30fbb1b22d3e7919b33bd40da8291965ffa25c8f /net/netatalk
parent08329c95e6725f8ba66047bda999c55d4e55d85c (diff)
downloadports-6e2e717c0afc58bb762311f0ed6c0bc941775999.tar.gz
ports-6e2e717c0afc58bb762311f0ed6c0bc941775999.zip
Notes
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 754a52c40283..87f05a0605ac 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= marcus@FreeBSD.org
COMMENT= File server for Mac OS X
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
USE_AUTOTOOLS= libtool
USE_BDB= 46+
@@ -68,7 +68,7 @@ PLIST_SUB+= NETATALKPAM="@comment "
.if ${PORT_OPTIONS:MSRVLOC}
CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE}
-LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
+LIB_DEPENDS+= libslp.so:${PORTSDIR}/net/openslp
SUB_LIST+= SRVLOC="slpd"
.else
SUB_LIST+= SRVLOC=""
@@ -84,7 +84,7 @@ PLIST_SUB+= TIMELORD="@comment "
.if ${PORT_OPTIONS:MZEROCONF}
CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app
USES+= pkgconfig
SUB_LIST+= ZEROCONF="avahi_daemon"
.else