diff options
author | joerg <joerg> | 2005-12-09 16:54:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-09 16:54:01 +0000 |
commit | d36a746cb5b10b51308abc115f549f60d5432d22 (patch) | |
tree | 00d833a4fc47461ace4ed3d44558134714845da8 /net | |
parent | 19166d8e499a26897a177adcc9729dbb619d00a8 (diff) | |
download | pkgsrc-d36a746cb5b10b51308abc115f549f60d5432d22.tar.gz |
Unmask build on DragonFly.
Diffstat (limited to 'net')
-rw-r--r-- | net/dtcpclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile index c62b06a02c2..27ee048f2f5 100644 --- a/net/dtcpclient/Makefile +++ b/net/dtcpclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/05 16:35:07 hamajima Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/09 16:54:01 joerg Exp $ # DISTNAME= dtcpclient-20050521 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/ COMMENT= Dynamic Tunnel Configuration Protocol client ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* Darwin-*-* +ONLY_FOR_PLATFORM+= DragonFly-*-* RCD_SCRIPTS= dtcpclient USE_PKGINSTALL= YES |