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

(-)Makefile (-4 / +1 lines)
Lines 21-26 Link Here
21
USE_PGSQL=	yes
21
USE_PGSQL=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_PERL5_BUILD=	yes
23
USE_PERL5_BUILD=	yes
24
USE_LDCONFIG=	yes
24
25
25
INSTALL_TARGET=	install
26
INSTALL_TARGET=	install
26
27
Lines 36-45 Link Here
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
38
39
39
.if ${OSVERSION} < 500000
40
BROKEN=		Does not compile on 4.x
41
.endif
42
43
.if !defined(NOPORTDOCS)
40
.if !defined(NOPORTDOCS)
44
BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/textproc/libxslt \
41
BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/textproc/libxslt \
45
		${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
42
		${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl

Return to bug 111940