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 /sysutils/xfe | |
parent | afee6c42844e7941ab986eba8c117bb3989c930f (diff) | |
download | pkgsrc-3964778db3c5c80989e749e9a80cc9f345c2d7d3.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'sysutils/xfe')
-rw-r--r-- | sysutils/xfe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |