diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-26 16:36:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-26 16:36:50 +0000 |
commit | 0f19a44df71ce19558a297f1583f086469d0c73f (patch) | |
tree | 4fcfa7ae82b25b741a9e266f5b6c773c2c550f76 /chat/icb | |
parent | 31d1b3af609f42346967b9fb58a27994223eba51 (diff) | |
download | pkgsrc-0f19a44df71ce19558a297f1583f086469d0c73f.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'chat/icb')
-rw-r--r-- | chat/icb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile index 495d2afccc3..2404bc5c97a 100644 --- a/chat/icb/Makefile +++ b/chat/icb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/24 02:09:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/26 16:36:50 jlam Exp $ # # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way @@ -13,6 +13,7 @@ HOMEPAGE= http://www.icb.net/ COMMENT= Internet CB - a mostly-defunct chat client NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" +USE_BUILDLINK_ONLY= # defined do-configure: @cd ${WRKSRC}; \ |