From 7aca513077bc7869cbf4baa7330fe785ebf258f1 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 21 Jun 1999 12:43:07 +0000 Subject: Don't depend on the tcp_wrappers port if tcp_wrappers is included in the base system. PR: 12090 Submitted by: Parag Patel --- net/netatalk-asun/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}" -- cgit ory'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move Objective-C ports to the v2 GNUstep ABI.theraven2019-02-031-1/+1
* Update Objective-C LLVM version to 6.0.brooks2018-09-261-1/+1
* Fix configure options for gnustep-maketheraven2017-12-031-1/+1
* Update GNUstep core libraries.theraven2017-08-211-1/+1
* - Clarify LICENSEamdmi32016-06-282-4/+4
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-3/+3
* Make all GNUstep ports install into the System domain so that the Local domai...theraven2015-09-192-53/+53
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-5/+3
* - Add LICENSE_FILEamdmi32015-03-09