aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rwxr-xr-xconfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 503883f..dcc5bb3 100755
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# dmenu version
-VERSION = 5.3
+VERSION = 5.4
# paths
PREFIX = /usr/local
@@ -16,8 +16,8 @@ XINERAMAFLAGS = -DXINERAMA
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
-FREETYPEINC = $(X11INC)/freetype2
-MANPREFIX = ${PREFIX}/man
+#FREETYPEINC = $(X11INC)/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)