1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build when DOCS option not specified.

This commit is contained in:
Cy Schubert 2016-05-20 14:26:14 +00:00
parent a104ddaade
commit 132feb0e9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415556

View File

@ -3,7 +3,7 @@
PORTNAME= syslog-ng
PORTVERSION= 3.7.3
PORTREVISION= 2
PORTREVISION= 3
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 37
.endif
@ -19,6 +19,7 @@ BROKEN_powerpc64= Does not build
LIB_DEPENDS= libevtlog.so:sysutils/eventlog \
libpcre.so:devel/pcre
BUILD_DEPENDS= xsltproc:textproc/libxslt \
CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
syslog-ng[0-9][0-9]-[0-9]* \
@ -59,8 +60,7 @@ BROKEN_sparc64= Does not compile on sparc64: gcc core dump
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= xsltproc:textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
.endif
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \