diff options
author | jlam <jlam> | 2001-08-19 04:48:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-19 04:48:33 +0000 |
commit | e9b6c9d8ecca31c162d5cde2288b7c03d86840f6 (patch) | |
tree | 61fe1571f9e68b3fa46120c7eb415eab781d4326 /comms/binkd | |
parent | 4a4dece9a8844e40660977728e53ece1d2dee497 (diff) | |
download | pkgsrc-e9b6c9d8ecca31c162d5cde2288b7c03d86840f6.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'comms/binkd')
-rw-r--r-- | comms/binkd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 86f403dd880..8d500e682c2 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/20 11:40:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/19 04:48:33 jlam Exp $ # DISTNAME= binkd094 @@ -13,6 +13,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.corbina.net/~maloff/binkd/ COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol +USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 |