diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 19:06:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 19:06:28 +0000 |
commit | 3964778db3c5c80989e749e9a80cc9f345c2d7d3 (patch) | |
tree | c8933627f1fb7f2ef01dc3f11d31066641d670da | |
parent | afee6c42844e7941ab986eba8c117bb3989c930f (diff) | |
download | pkgsrc-3964778db3c5c80989e749e9a80cc9f345c2d7d3.tar.gz |
USE_LANGUAGES=c++
-rw-r--r-- | graphics/f4l/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xfe/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/f4l/Makefile b/graphics/f4l/Makefile index 32a351f082f..71cbc9ec1fc 100644 --- a/graphics/f4l/Makefile +++ b/graphics/f4l/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/19 12:46:21 adam Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/22 19:06:28 wiz Exp $ DISTNAME= f4l-0.2.1 CATEGORIES= graphics @@ -10,6 +10,7 @@ HOMEPAGE= http://f4l.sourceforge.net/ COMMENT= Development environment for Macromedia Flash NO_CONFIGURE= yes +USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_TOOLS+= gmake diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile index be33ed30b8b..98acc426deb 100644 --- a/sysutils/xfe/Makefile +++ b/sysutils/xfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/22 19:14:12 wiz Exp $ DISTNAME= xfe-0.84 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://xfe.sourceforge.net/ COMMENT= Fast MS-Explorer like filemanager for X USE_DIRS+= xdg-1.1 +USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes |