diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-21 06:34:56 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-21 06:34:56 +0000 |
commit | 099bdf0c7c76d21551814345ee3f77793998d6b2 (patch) | |
tree | 6072781effd6853bd7ab96edf1a27255f7a28eb5 /x11/driconf | |
parent | fb6a02ff4080eea35a1b6136ca068d9fce968db7 (diff) | |
download | pkgsrc-099bdf0c7c76d21551814345ee3f77793998d6b2.tar.gz |
Add missing USE_PKGLOCALEDIR=yes.
Diffstat (limited to 'x11/driconf')
-rw-r--r-- | x11/driconf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index a7ebe3f482b..ccee29da035 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |