diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 13:30:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 13:30:29 +0000 |
commit | acd4527fabb58fd8cb33ec352c544abca5f2437d (patch) | |
tree | 042fd472eac0df8fa8bff803169c010bcc7894b1 /archivers | |
parent | 1a16cae7cc8dc9c348c36fc18ae7f93a5ae9b6be (diff) | |
download | pkgsrc-acd4527fabb58fd8cb33ec352c544abca5f2437d.tar.gz |
this package doesn't have a configure target.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 5104de51363..5848d330be0 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/04/18 09:21:55 grant Exp $ +# $NetBSD: Makefile,v 1.33 2004/07/03 13:30:29 grant Exp $ # DISTNAME= unrarsrc-3.3.6 @@ -10,6 +10,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives +NO_CONFIGURE= # defined USE_GCC_SHLIB= # defined USE_LANGUAGES= c++ |