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

(-)angband/Makefile (-1 / +11 lines)
Lines 14-21 Link Here
14
MAINTAINER=	mph@freebsd.org
14
MAINTAINER=	mph@freebsd.org
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
.if !defined(WITHOUT_X11)
17
USE_XLIB=	yes
18
USE_XLIB=	yes
18
19
CONFIGURE_ARGS=	--with-setgid=games --with-x
19
CONFIGURE_ARGS=	--with-setgid=games --with-x
20
.else
21
CONFIGURE_ARGS=	--with-setgid=games
22
.endif
23
24
pre-fetch:
25
.if !defined(WITHOUT_X11)
26
	@${ECHO_MSG} "You could define WITHOUT_X11, if you don't want X support"
27
.else
28
	@${ECHO_MSG} "Build without X support"
29
.endif
20
30
21
.include <bsd.port.mk>
31
.include <bsd.port.mk>

Return to bug 45960