diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-27 08:46:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-27 08:46:23 +0000 |
commit | 26eef798546c77cb69e25b0b70592d30f322ad1a (patch) | |
tree | 691441b1e392002e03cef0ae1e8cde0078c8c71f /x11 | |
parent | 09fe192e90d4d745dad7b71c5f2f93d425ea3f54 (diff) | |
download | pkgsrc-26eef798546c77cb69e25b0b70592d30f322ad1a.tar.gz |
DEPENDS should be right after MAINTAINER block, reorder.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/driconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 23b222f9985..98bfbaefd3b 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/08/26 19:58:29 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/27 08:46:24 wiz Exp $ # DISTNAME= driconf-0.9.1 @@ -10,11 +10,11 @@ MAINTAINER= bjs@NetBSD.org HOMEPAGE= http://dri.freedesktop.org/wiki/DriConf COMMENT= Configuration applet for DRI drivers -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= xdriinfo>=1.0.2:../../x11/xdriinfo +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt msgmerge xgettext |