diff options
author | joerg <joerg> | 2006-06-28 14:58:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-28 14:58:00 +0000 |
commit | 5fe17ab8cb1474b3f7f40f90a8775c14923dcbe1 (patch) | |
tree | 4b3176ecc91db93eeee17a64469dfd507944811f /x11 | |
parent | a42ed78c101824446406a219a92dd8a361272569 (diff) | |
download | pkgsrc-5fe17ab8cb1474b3f7f40f90a8775c14923dcbe1.tar.gz |
Needs msgfmt.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Terminal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 3436e4560d3..4bc0b64e426 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/04/17 13:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/28 14:58:00 joerg Exp $ # DISTNAME= Terminal-0.2.4 @@ -14,7 +14,7 @@ COMMENT= Terminal emulator primarly for the Xfce USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_DIRS+= xdg-1.1 .include "../../devel/glib2/buildlink3.mk" |