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 | 1f84876a8110024171a6831805621c9f5e5a83da (patch) | |
tree | 691441b1e392002e03cef0ae1e8cde0078c8c71f /x11/driconf | |
parent | 0e0920410673c60b426a651a915fb5186418002b (diff) | |
download | pkgsrc-1f84876a8110024171a6831805621c9f5e5a83da.tar.gz |
DEPENDS should be right after MAINTAINER block, reorder.
Diffstat (limited to 'x11/driconf')
-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 |