diff options
-rw-r--r-- | x11-wm/fluxbox-devel/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/fluxbox/Makefile | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile index a3cd285031e3..bdfb8d6409e1 100644 --- a/x11-wm/fluxbox-devel/Makefile +++ b/x11-wm/fluxbox-devel/Makefile @@ -19,6 +19,15 @@ RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if defined(WITH_XINERAMA) +CONFIGURE_ARGS+= --enable-xinerama +.endif + MAN1= fluxbox.1 +.if !defined(WITH_XINERAMA) +pre-everything:: + @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA" +.endif + .include <bsd.port.mk> diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index a3cd285031e3..bdfb8d6409e1 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -19,6 +19,15 @@ RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if defined(WITH_XINERAMA) +CONFIGURE_ARGS+= --enable-xinerama +.endif + MAN1= fluxbox.1 +.if !defined(WITH_XINERAMA) +pre-everything:: + @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA" +.endif + .include <bsd.port.mk> |