diff options
author | hans <hans> | 2012-02-16 20:19:56 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 20:19:56 +0000 |
commit | 8b46b2ccd79b432fb2aefd7307484d79e462b8ad (patch) | |
tree | 91f9f90cae6e403f98de81abe1320c60b8e37694 /x11/sakura/Makefile | |
parent | 77c7c81584d93db5e3b0eed9088fc23a902e9fb3 (diff) | |
download | pkgsrc-8b46b2ccd79b432fb2aefd7307484d79e462b8ad.tar.gz |
Uses xgettext. Make it work with an older pod2man.
Diffstat (limited to 'x11/sakura/Makefile')
-rw-r--r-- | x11/sakura/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index c185b6455af..cdbbf976b42 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/02/06 12:42:26 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/16 20:19:56 hans Exp $ # DISTNAME= sakura-2.4.2 @@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ -USE_TOOLS+= pkg-config pod2man +USE_TOOLS+= pkg-config pod2man xgettext USE_CMAKE= yes SUBST_CLASSES+= fix-man-path |