diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/tkicb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tkicb/Makefile b/net/tkicb/Makefile index 226ff4d08fd..1cdd1e77fdb 100644 --- a/net/tkicb/Makefile +++ b/net/tkicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/20 04:28:59 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/10/20 17:07:25 dmcmahill Exp $ # DISTNAME= icb.2.1.4 @@ -12,6 +12,12 @@ HOMEPAGE= http://www.icb.net/ DEPENDS= tk-8.3.2:../../x11/tk +RESTRICTED= "Author wishes to handle distribution" +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + USE_X11= yes NO_CONFIGURE= yes NO_WRKSUBDIR= yes |