diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-06 19:49:19 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-06 19:49:19 +0000 |
commit | 01b2b4db0a0b7728dc77153ad537f4d3418fd6f3 (patch) | |
tree | 7f051587ee0cdd9904ce0aea94c5c5e7c9a5bc5c /time | |
parent | 759c64b338ced6903c98205700774b973c566170 (diff) | |
download | pkgsrc-01b2b4db0a0b7728dc77153ad537f4d3418fd6f3.tar.gz |
Needs xgettext, seen in freebsd build.
Diffstat (limited to 'time')
-rw-r--r-- | time/deforaos-todo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/deforaos-todo/Makefile b/time/deforaos-todo/Makefile index 4887066f609..c75e9d83846 100644 --- a/time/deforaos-todo/Makefile +++ b/time/deforaos-todo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/10/10 14:42:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2014/01/06 19:49:19 dholland Exp $ # DISTNAME= Todo-0.1.2 @@ -13,7 +13,7 @@ COMMENT= DeforaOS desktop todo list LICENSE= gnu-gpl-v3 -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config xgettext MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} |