diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-05 03:38:00 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-05 03:38:00 +0000 |
commit | 366f51cba2803df042ab2da8a1c9ee2a0c57a684 (patch) | |
tree | 14933fc6d4da5ceafcbf1c7d95be5d8c2caac194 /ham | |
parent | a0324bd0ebbe8752f9d91e328e3dd4a5206edbd4 (diff) | |
download | pkgsrc-366f51cba2803df042ab2da8a1c9ee2a0c57a684.tar.gz |
needs msgfmt, seen in freebsd build
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xnec2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/xnec2c/Makefile b/ham/xnec2c/Makefile index 214087ed562..7fd88448a65 100644 --- a/ham/xnec2c/Makefile +++ b/ham/xnec2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/10/10 14:42:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/05 03:38:00 dholland Exp $ DISTNAME= xnec2c-2.3-beta PKGNAME= ${DISTNAME:S/-beta/beta/} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= intltool pax pkg-config +USE_TOOLS+= intltool msgfmt pax pkg-config INSTALLATION_DIRS= share/doc/xnec2c |