summaryrefslogtreecommitdiff
path: root/net/dtcp
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-12-17 16:48:00 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-12-17 16:48:00 +0000
commitae79b9eaf1eb5747f55c2ef4ad6f9bc59cc74505 (patch)
tree222d7283a7682ada663fb951add9c70f745d73d4 /net/dtcp
parentAdd p5-Text-CSV-Simple 1.00, perl module for Simpler parsing of CSV (diff)
depend on qpopper only when WITH_QPOPAUTH is defined.
dtcp has dtcpauth for replacement of qpopauth.
Notes
Notes: svn path=/head/; revision=151413
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 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