diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-06-21 20:43:07 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-06-21 20:43:07 +0800 |
commit | 7aca513077bc7869cbf4baa7330fe785ebf258f1 (patch) | |
tree | 20a4a3dc1f32e919469bbefab1ae55a0009916e4 /net | |
parent | cc3d876ad594fb32a93365185ef9f3c4bfbc3122 (diff) | |
download | freebsd-ports-gnome-7aca513077bc7869cbf4baa7330fe785ebf258f1.tar.gz freebsd-ports-gnome-7aca513077bc7869cbf4baa7330fe785ebf258f1.tar.zst freebsd-ports-gnome-7aca513077bc7869cbf4baa7330fe785ebf258f1.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-asun/Makefile | 4 |
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}" |