diff options
author | wiz <wiz> | 2006-05-22 19:06:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 19:06:28 +0000 |
commit | a17bbbdbf9d204d0affd77a46a091efa2c124ad0 (patch) | |
tree | c8933627f1fb7f2ef01dc3f11d31066641d670da /sysutils/xfe/Makefile | |
parent | 2a5152231d103af28485b9db4f6e9455380f2aef (diff) | |
download | pkgsrc-a17bbbdbf9d204d0affd77a46a091efa2c124ad0.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'sysutils/xfe/Makefile')
-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 |