diff options
author | marino <marino@pkgsrc.org> | 2011-12-02 20:51:28 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-02 20:51:28 +0000 |
commit | ee5165eb2166c24da714ff6c9220787e54d320e2 (patch) | |
tree | cc413c5a19685901d9dba4149792f22fad90a9da /devel/ethos/Makefile | |
parent | 0a77bffbcade87b12534c74747ff9f206e9c6fc0 (diff) | |
download | pkgsrc-ee5165eb2166c24da714ff6c9220787e54d320e2.tar.gz |
devel/ethos: use msgfmt to build on DragonFly
Diffstat (limited to 'devel/ethos/Makefile')
-rw-r--r-- | devel/ethos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ethos/Makefile b/devel/ethos/Makefile index e365e0ec7b6..d3ca2317947 100644 --- a/devel/ethos/Makefile +++ b/devel/ethos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/11/01 06:00:55 sbd Exp $ +# $NetBSD: Makefile,v 1.7 2011/12/02 20:51:28 marino Exp $ # DISTNAME= ethos-0.2.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool gmake msgfmt PKGCONFIG_OVERRIDE+= ethos-ui.pc.in PKGCONFIG_OVERRIDE+= ethos.pc.in |