View | Details | Raw Unified | Return to bug 178336
Collapse All | Expand All

(-)./Makefile (+12 lines)
Lines 15-19 Link Here
15
USE_CABAL=	data-default
15
USE_CABAL=	data-default
16
USE_XORG=	x11 xrandr xext
16
USE_XORG=	x11 xrandr xext
17
17
18
OPTIONS_DEFINE=  XINERAMA
19
20
XINERAMA_DESC=	Build with Xinerama support
21
18
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
22
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
23
24
.if ${PORT_OPTIONS:MXINERAMA}
25
USE_XORG+=              xinerama
26
CONFIGURE_ARGS+= --configure-option="--with-xinerama"
27
.else
28
CONFIGURE_ARGS+= --configure-option="--without-xinerama"
29
.endif
30
19
.include <bsd.port.mk>
31
.include <bsd.port.mk>

Return to bug 178336