summaryrefslogtreecommitdiff
path: root/x11/dmenu/options.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-22 12:59:01 +0000
committerobache <obache@pkgsrc.org>2012-01-22 12:59:01 +0000
commit5b0aab179970575e5d97c7f60a1e1e023912b0f0 (patch)
tree1d68daf3e05c91c8517295f4b8f237a3e420bcc3 /x11/dmenu/options.mk
parentd32068d5388e21a60bb8c69d356332c3566bd45e (diff)
downloadpkgsrc-5b0aab179970575e5d97c7f60a1e1e023912b0f0.tar.gz
Update dmenu to 4.4.1.
PR#45763 by Bug Hunting. 4.2 This release contains plenty code cleanups. 4.2.1 Bug fix release, there were two missing files in yesterdays dmenu-4.2.tar.gz. 4.3 This is basically smaller and faster. 4.3.1 And a quick bugfix release. 4.4 This release fixes some bugs and it should be slightly nippier, especially if your path is, ahem, broken. 4.4.1 This release fixes a small bug in the font loading, and changes dmenu_run to let you use shell logic (foo && bar, etc).
Diffstat (limited to 'x11/dmenu/options.mk')
-rw-r--r--x11/dmenu/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dmenu/options.mk b/x11/dmenu/options.mk
index 68200f2945d..8532bd1963b 100644
--- a/x11/dmenu/options.mk
+++ b/x11/dmenu/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/06/15 08:18:20 ahoka Exp $
+# $NetBSD: options.mk,v 1.2 2012/01/22 12:59:01 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dmenu
PKG_SUPPORTED_OPTIONS= xinerama
@@ -19,6 +19,6 @@ SUBST_CLASSES+= options
SUBST_STAGE.options= pre-build
SUBST_MESSAGE.options= Toggle the Xinerama support
SUBST_FILES.options= config.mk
-SUBST_SED.options+= -e '/^XINERAMA/ d'
+SUBST_SED.options+= -e '/^XINERAMA/d'
. include "../../x11/libX11/buildlink3.mk"
.endif