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

(-)Makefile (-6 / +6 lines)
Lines 19-25 Link Here
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
OPTIONS_DEFINE=	DOCBOOK
22
OPTIONS_DEFINE=	DOCBOOK X11
23
DOCBOOK_DESC=	Generate API documentation (requires DOCS)
23
DOCBOOK_DESC=	Generate API documentation (requires DOCS)
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
Lines 32-45 Link Here
32
PLIST_SUB+=	WITH_DOCBOOK='@comment '
32
PLIST_SUB+=	WITH_DOCBOOK='@comment '
33
.endif
33
.endif
34
34
35
.if defined(WITHOUT_X11)
35
.if ${PORT_OPTIONS:MX11}
36
USE_XORG=	sm x11
37
PLIST_SUB+=	X11=''
38
CPPFLAGS+=	-I${LOCALBASE}/include
39
.else
36
PLIST_SUB+=	X11='@comment '
40
PLIST_SUB+=	X11='@comment '
37
CONFIGURE_ARGS+=	--with-x=no
41
CONFIGURE_ARGS+=	--with-x=no
38
NOX11SUFFIX=	-nox11
42
NOX11SUFFIX=	-nox11
39
.else
40
USE_XORG=	sm x11
41
PLIST_SUB+=	X11=''
42
CPPFLAGS+=	-I${LOCALBASE}/include
43
.endif
43
.endif
44
44
45
post-patch:
45
post-patch:

Return to bug 179929