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 | ab50b3bf905701ff9585da8f5ca66f8851e2124a (patch) | |
tree | 66cab0f90eef1e915581d66d3e4e4f76685619ec /archivers | |
parent | de881bfb6fcbca6f95b55085698c9a2d7e671028 (diff) | |
download | pkgsrc-ab50b3bf905701ff9585da8f5ca66f8851e2124a.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 |