From ae79b9eaf1eb5747f55c2ef4ad6f9bc59cc74505 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sat, 17 Dec 2005 16:48:00 +0000 Subject: depend on qpopper only when WITH_QPOPAUTH is defined. dtcp has dtcpauth for replacement of qpopauth. --- net/dtcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/dtcp') diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index c2ef6ed060b0..ed991b65e297 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -7,7 +7,7 @@ PORTNAME= dtcp PORTVERSION= 20050521 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \ http://home.jp.FreeBSD.org/~ume/ipv6/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \ MAINTAINER= ume@FreeBSD.org COMMENT= Dynamic Tunnel Configuration Protocol daemon and client -.if !defined(DTCP_CLIENT_ONLY) +.if defined(WITH_QPOPAUTH) RUN_DEPENDS= qpopauth:${PORTSDIR}/mail/qpopper .endif -- cgit v1.2.3