diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
commit | 076eac50766420179dd43426f3e3171f33cd8e3f (patch) | |
tree | c7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/driconf/Makefile | |
parent | 6ebc550cc070a14a0857f862f1879fa5bfbf7c7b (diff) | |
download | pkgsrc-076eac50766420179dd43426f3e3171f33cd8e3f.tar.gz |
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/driconf/Makefile')
-rw-r--r-- | x11/driconf/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 42bf6f233d7..32a4376380d 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/04/08 19:09:17 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/06/15 23:06:02 dholland Exp $ # DISTNAME= driconf-0.9.1 @@ -11,20 +11,20 @@ HOMEPAGE= http://dri.freedesktop.org/wiki/DriConf COMMENT= Configuration applet for DRI drivers LICENSE= gnu-gpl-v2 # or later -DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.4:../../x11/py-gtk2 -DEPENDS+= xdriinfo>=1.0.2:../../x11/xdriinfo +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.4:../../x11/py-gtk2 +DEPENDS+= xdriinfo>=1.0.2:../../x11/xdriinfo PKG_DESTDIR_SUPPORT= user-destdir -USE_PKGLOCALEDIR= yes +USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -PYDISTUTILSPKG= yes -REPLACE_PYTHON= *.py +PYDISTUTILSPKG= yes +REPLACE_PYTHON= *.py -SUBST_CLASSES+= fix-paths +SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop SUBST_FILES.fix-paths+= driconf.py driconf_com*ui.py SUBST_FILES.fix-paths+= setup.cfg setup.py |