pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/driconf Add missing USE_PKGLOCALEDIR=yes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/901711d42ba1
branches: trunk
changeset: 548707:901711d42ba1
user: bjs <bjs%pkgsrc.org@localhost>
date: Tue Oct 21 06:34:56 2008 +0000
description:
Add missing USE_PKGLOCALEDIR=yes.
diffstat:
x11/driconf/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r e4e9ac1e3365 -r 901711d42ba1 x11/driconf/Makefile
--- a/x11/driconf/Makefile Tue Oct 21 06:31:52 2008 +0000
+++ b/x11/driconf/Makefile Tue Oct 21 06:34:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/21 06:29:51 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/21 06:34:56 bjs Exp $
#
DISTNAME= driconf-0.9.1
@@ -13,8 +13,9 @@
DEPENDS+= xdriinfo>=1.0.2:../../x11/xdriinfo
-USE_DIRS+= xdg-1.4
-USE_TOOLS+= msgfmt msgmerge xgettext
+USE_DIRS+= xdg-1.4
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= msgfmt msgmerge xgettext
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
PYDISTUTILSPKG= yes
Home |
Main Index |
Thread Index |
Old Index