diff options
author | joerg <joerg> | 2007-10-01 03:21:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-10-01 03:21:03 +0000 |
commit | 5a597664ca0e9dbe6df424576ecce2d667f70494 (patch) | |
tree | 8409d959ce1922e1b7fada709104e5348413a1e3 /time | |
parent | 3b4d1041e516e7a829f5bd9ee521d230d7694da6 (diff) | |
download | pkgsrc-5a597664ca0e9dbe6df424576ecce2d667f70494.tar.gz |
Needs msgfmt.
Diffstat (limited to 'time')
-rw-r--r-- | time/cairo-clock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/cairo-clock/Makefile b/time/cairo-clock/Makefile index de467edc192..82bd1b917ed 100644 --- a/time/cairo-clock/Makefile +++ b/time/cairo-clock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/09/21 13:04:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/10/01 03:21:03 joerg Exp $ # DISTNAME= cairo-clock_0.3.3-1 @@ -14,7 +14,7 @@ COMMENT= Analog clock drawn with vector-graphics WRKSRC= ${WRKDIR}/cairo-clock-0.3.3 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool pkg-config msgfmt USE_DIRS+= xdg-1.1 .include "../../x11/gtk2/buildlink3.mk" |