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/fluxbox/Makefile | |
parent | 6ab8997e71960ed5618719b24945a46625b3e297 (diff) | |
download | ports-d770d1fb58cb29296c43952b0cd58e07bc546a13.tar.gz ports-d770d1fb58cb29296c43952b0cd58e07bc546a13.zip |
Notes
Diffstat (limited to 'x11-wm/fluxbox/Makefile')
-rw-r--r-- | x11-wm/fluxbox/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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> |