diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-10 15:38:38 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-10 15:38:38 +0000 |
commit | d770d1fb58cb29296c43952b0cd58e07bc546a13 (patch) | |
tree | da9a5864cab303bcfd38f371db3a6e41ca251f82 /x11-wm | |
parent | gnet should be in LIB_DEPENDS, not in BUILD_DEPENDS. (diff) |
Added WITH_XINERAMA knob to build with xinerama support.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=67739
Diffstat (limited to 'x11-wm')
-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> |