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

(-)Makefile (-9 / +9 lines)
Lines 45-50 Link Here
45
SUB_LIST+=		RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
45
SUB_LIST+=		RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
46
LIBTOOLFILES=		configure
46
LIBTOOLFILES=		configure
47
47
48
# for slave ports
49
.if !defined(MASTERDIR)
50
APACHEDIR=	${.CURDIR}
51
.else
52
APACHEDIR=	${MASTERDIR}
53
.endif
54
55
48
.if !defined(WITHOUT_APACHE_OPTIONS)
56
.if !defined(WITHOUT_APACHE_OPTIONS)
49
OPTIONS= \
57
OPTIONS= \
50
	APR_FROM_PORTS "Use devel/apr as APR (beware!)" Off \
58
	APR_FROM_PORTS "Use devel/apr as APR (beware!)" Off \
Lines 54-60 Link Here
54
	SQLITE "Enable SQLite support for apr-dbd" Off \
62
	SQLITE "Enable SQLite support for apr-dbd" Off \
55
	IPV6 "Enable IPv6 support" On \
63
	IPV6 "Enable IPv6 support" On \
56
	PCRE_FROM_PORTS "Use devel/pcre instead of bundled one" Off
64
	PCRE_FROM_PORTS "Use devel/pcre instead of bundled one" Off
57
.include "${.CURDIR}/Makefile.options"
65
.include "${APACHEDIR}/Makefile.options"
58
.endif
66
.endif
59
67
60
CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
68
CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
Lines 94-107 Link Here
94
CONFIGURE_ARGS+=	--enable-exception-hook
102
CONFIGURE_ARGS+=	--enable-exception-hook
95
.endif
103
.endif
96
104
97
# for slave ports
98
.if !defined(MASTERDIR)
99
APACHEDIR=	${.CURDIR}
100
.else
101
APACHEDIR=	${MASTERDIR}
102
.endif
103
104
105
.include "${APACHEDIR}/Makefile.doc"
105
.include "${APACHEDIR}/Makefile.doc"
106
.include "${APACHEDIR}/Makefile.modules"
106
.include "${APACHEDIR}/Makefile.modules"
107
.include <bsd.port.pre.mk>
107
.include <bsd.port.pre.mk>

Return to bug 118348