summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-12 15:45:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-12 15:45:57 +0000
commit2779fb2500fb69ae7dc05ec2eedda1c2564eba03 (patch)
tree349cacf0072194c2492ea8186a1247ef4800851b /net/netatalk
parentUpdate to 1.5 (diff)
Fix problem when defining multiple options.
PR: 37694 Submitted by: Denton Gentry <denny@mail.geekhold.com>
Notes
Notes: svn path=/head/; revision=61161
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 3f8821df7c64..8fe36edf9e11 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= marcus@FreeBSD.org
LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
.endif
.if defined(WITH_SRVLOC)
-LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp
+LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
.endif
.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper