diff options
author | grant <grant@pkgsrc.org> | 2003-09-12 12:41:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-12 12:41:47 +0000 |
commit | 23ceda3a335d70fc50c23c59fe19d41493d7b5c6 (patch) | |
tree | 66cab0f90eef1e915581d66d3e4e4f76685619ec /archivers | |
parent | f43357cd112a4f6fc27627d9a9213652f80cc30d (diff) | |
download | pkgsrc-23ceda3a335d70fc50c23c59fe19d41493d7b5c6.tar.gz |
this pkg needs gcc shared libs.
Diffstat (limited to 'archivers')
-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 ca35a853034..1a7e01f6eef 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 21:21:44 grant Exp $ +# $NetBSD: Makefile,v 1.22 2003/09/12 12:41:47 grant Exp $ # DISTNAME= unrarsrc-3.2.2 @@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives +USE_GCC_SHLIB= # defined + MAKEFILE= makefile.unix LICENSE= unrar-license |