summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/pekwm/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile
index 53fcfcc22172..9a16c0b7be04 100644
--- a/x11-wm/pekwm/Makefile
+++ b/x11-wm/pekwm/Makefile
@@ -21,17 +21,15 @@ USE_BZIP2= yes
CONFIGURE_ARGS+= --enable-xinerama
.endif
-.if !defined(WITH_XINERAMA)
-pre-everything:
- @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA"
-.endif
-
.if defined(WITH_HARBOUR)
CONFIGURE_ARGS+= --enable-harbour
.endif
-.if !defined(WITH_HARBOUR)
pre-everything:
+.if !defined(WITH_XINERAMA)
+ @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA"
+.endif
+.if !defined(WITH_HARBOUR)
@${ECHO_CMD} "To enable basic DockApp support define WITH_HARBOUR"
.endif