diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-16 10:29:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-16 10:29:50 +0000 |
commit | 205d0f6d40e856b606561bd62a35d06f3466c93b (patch) | |
tree | 1f3c6baef6d2a439837e5a29e3a775495ee44394 /archivers/unrar | |
parent | e73319ac89180fabf6376391bc00d822ffb02a15 (diff) | |
download | pkgsrc-205d0f6d40e856b606561bd62a35d06f3466c93b.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 2ca26f94631..1a4f9982989 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/04 17:00:18 jtb Exp $ +# $NetBSD: Makefile,v 1.11 2001/07/16 10:29:51 jlam Exp $ DISTNAME= unrar-2.71 CATEGORIES= archivers @@ -13,6 +13,8 @@ RESTRICTED= "Do not modify. Do not charge a fee for redistribution." NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +USE_BUILDLINK_ONLY= # defined + do-build: cd ${WRKSRC} && ${LINK.c} -o unrar -D_UNIX unrar.c |