diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-12-17 16:48:00 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-12-17 16:48:00 +0000 |
commit | ae79b9eaf1eb5747f55c2ef4ad6f9bc59cc74505 (patch) | |
tree | 222d7283a7682ada663fb951add9c70f745d73d4 /net/dtcp | |
parent | 55b7c5608ada56d4549b4689681b25ccb1d122a0 (diff) | |
download | ports-ae79b9eaf1eb5747f55c2ef4ad6f9bc59cc74505.tar.gz ports-ae79b9eaf1eb5747f55c2ef4ad6f9bc59cc74505.zip |
Notes
Diffstat (limited to 'net/dtcp')
-rw-r--r-- | net/dtcp/Makefile | 4 |
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 |