diff options
author | hans <hans@pkgsrc.org> | 2013-05-30 15:18:28 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2013-05-30 15:18:28 +0000 |
commit | 258d58c21b040ff60aa76440172271ef0dfe8e91 (patch) | |
tree | 4a9297d381e264d162dee3acde226ce610892854 /wm/windowmaker/Makefile | |
parent | bd2c8f86bba387a52bb6b54bbec6f437a7482b51 (diff) | |
download | pkgsrc-258d58c21b040ff60aa76440172271ef0dfe8e91.tar.gz |
Fix typo in patch-ak, add xgettext to USE_TOOLS.
Diffstat (limited to 'wm/windowmaker/Makefile')
-rw-r--r-- | wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 7403d264422..ea6408fe107 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2013/05/21 14:38:40 hans Exp $ +# $NetBSD: Makefile,v 1.99 2013/05/30 15:18:28 hans Exp $ DISTNAME= WindowMaker-0.95.4 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -12,7 +12,7 @@ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone BROKEN_GETTEXT_DETECTION= yes -USE_TOOLS+= msgfmt pkg-config +USE_TOOLS+= msgfmt pkg-config xgettext USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |