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 | 16b9021dbf3c628a460dded8a9c2471748bc475b (patch) | |
tree | 042fd472eac0df8fa8bff803169c010bcc7894b1 /archivers | |
parent | e8994b9a6ff4de4401c387df05fa01dc10f9f53d (diff) | |
download | pkgsrc-16b9021dbf3c628a460dded8a9c2471748bc475b.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++ |