diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-21 02:12:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-21 02:12:11 +0000 |
commit | 1c607d7f24757f952d45050d614940465080e3e6 (patch) | |
tree | 6d2685b369e9971a1c07bef6124ebea15f8999b5 /www/skipstone | |
parent | 7d80821546bbbfed682bb1fac985510d6a336d4a (diff) | |
download | pkgsrc-1c607d7f24757f952d45050d614940465080e3e6.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'www/skipstone')
-rw-r--r-- | www/skipstone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index bbeb8ab031e..6b73ebf78bb 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/21 02:12:11 wiz Exp $ DISTNAME= skipstone-0.9.4 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.muhri.net/skipstone/ COMMENT= Light and fast Gecko-based browser GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes |