diff options
author | joerg <joerg> | 2006-06-11 14:28:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-11 14:28:33 +0000 |
commit | d39fc96eed934c77130ec7816f264bc57bf20c7a (patch) | |
tree | 04d7323bf5a8dae691d206419280f34507e3a2d4 /editors/leafpad | |
parent | 779a76ddc2b9376ee7296c84c5c26353bf1970e7 (diff) | |
download | pkgsrc-d39fc96eed934c77130ec7816f264bc57bf20c7a.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 179572a9bed..e9f449e5fb3 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/11 14:28:33 joerg Exp $ # DISTNAME= leafpad-0.8.4 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tarot.freeshell.org/leafpad/ COMMENT= Simple and light text editor using GTK+ -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES |