diff options
author | jlam <jlam> | 2001-06-26 16:36:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-26 16:36:50 +0000 |
commit | c180ad5afc9d86eb2c5ccf20eaf5bf92af432488 (patch) | |
tree | 4fcfa7ae82b25b741a9e266f5b6c773c2c550f76 /chat | |
parent | b667122bb758741804d3b24a50d5dad9122b7acf (diff) | |
download | pkgsrc-c180ad5afc9d86eb2c5ccf20eaf5bf92af432488.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'chat')
-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}; \ |