summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-06-21 12:43:07 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-06-21 12:43:07 +0000
commit63668b85408e7c471361bb5f9fa4f56cdacedee4 (patch)
tree6a1123a2a2ad12c2832d118986067f0e3fe52d9e /net
parentUpdate maintainer's e-mail address. (diff)
Don't depend on the tcp_wrappers port if tcp_wrappers is included in the
base system. PR: 12090 Submitted by: Parag Patel <parag@codegen.com>
Notes
Notes: svn path=/head/; revision=19602
Diffstat (limited to 'net')
-rw-r--r--net/netatalk-asun/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile
index 4b9049246928..782d23bcadc9 100644
--- a/net/netatalk-asun/Makefile
+++ b/net/netatalk-asun/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 Sep 1998
# Whom: stb@freebsd.org
#
-# $Id: Makefile,v 1.6 1999/04/20 22:54:02 stb Exp $
+# $Id: Makefile,v 1.7 1999/05/17 08:17:57 stb Exp $
#
DISTNAME= netatalk-1.4b2+asun2.1.3
@@ -15,7 +15,9 @@ MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \
MAINTAINER= stb@freebsd.org
+.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
+.endif
MAKE_ARGS= INSTALL="${INSTALL} ${COPY}"