diff options
author | grant <grant@pkgsrc.org> | 2004-04-18 09:21:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-18 09:21:55 +0000 |
commit | 5ce0ba183f7737316559a85f0dc1742bf8341d1a (patch) | |
tree | 5de447e39124b8d80eb13367c2b1a8498d815964 /archivers | |
parent | e80a4a0138d9f5c5b5e8f3d2deda281de2cb3ccc (diff) | |
download | pkgsrc-5ce0ba183f7737316559a85f0dc1742bf8341d1a.tar.gz |
USE_LANGUAGES=c++
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 fb4449d0729..5104de51363 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/03/27 14:21:21 grant Exp $ +# $NetBSD: Makefile,v 1.32 2004/04/18 09:21:55 grant Exp $ # DISTNAME= unrarsrc-3.3.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives USE_GCC_SHLIB= # defined +USE_LANGUAGES= c++ MAKEFILE= makefile.unix |