summaryrefslogtreecommitdiffstats
path: root/net/dtcp
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-12-17 16:48:00 +0000
committerume <ume@FreeBSD.org>2005-12-17 16:48:00 +0000
commit937165ef9cd6c7e7e787f1390dbad7a50712728a (patch)
treece30a462640f8468a4ee83854ff72fbc72cb4cf4 /net/dtcp
parent6ed4037c4c7f15353f70b129f1801f8efaa6c6fc (diff)
downloadFreeBSD-ports-937165ef9cd6c7e7e787f1390dbad7a50712728a.zip
FreeBSD-ports-937165ef9cd6c7e7e787f1390dbad7a50712728a.tar.gz
depend on qpopper only when WITH_QPOPAUTH is defined.
dtcp has dtcpauth for replacement of qpopauth.
Diffstat (limited to 'net/dtcp')
-rw-r--r--net/dtcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile
index c2ef6ed..ed991b6 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
OpenPOWER on IntegriCloud