diff options
author | dmcmahill <dmcmahill> | 2000-10-20 17:07:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-10-20 17:07:25 +0000 |
commit | a85cde60a3002954dd63e3d62caa032635efd2bc (patch) | |
tree | 48a42cca09446035b2979525b588795ffa6d487e /net/tkicb | |
parent | dcbe7beacacee2eaa9dc8d086bdbb15cf8e2beaa (diff) | |
download | pkgsrc-a85cde60a3002954dd63e3d62caa032635efd2bc.tar.gz |
add NO_{SRC,BIN}_ON_{FTP,CDROM} per authors wishes
Diffstat (limited to 'net/tkicb')
-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 |