diff options
author | abs <abs@pkgsrc.org> | 2004-02-05 08:48:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-05 08:48:54 +0000 |
commit | 22a8f50f6a4881c606237c630f5e2691196a0e6e (patch) | |
tree | 54d0ab43d6412d7eb4223bff0dce909e8152464f | |
parent | 1c6ed9ebec503105727ca8ffb7c5eea128eba589 (diff) | |
download | pkgsrc-22a8f50f6a4881c606237c630f5e2691196a0e6e.tar.gz |
Would you believe we need c++ here too...
-rw-r--r-- | www/galeon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 2ad883c4f54..198a1e353dc 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/01/24 15:23:46 grant Exp $ +# $NetBSD: Makefile,v 1.61 2004/02/05 08:48:54 abs Exp $ DISTNAME= galeon-1.2.13 PKGREVISION= 2 @@ -21,6 +21,7 @@ USE_X11BASE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_LANGUAGES= c c++ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GNU_TOOLS+= make GNU_CONFIGURE= yes |