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

(-)mail/cyrus-imapd23/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
		--with-bdb=${BDB_LIB_NAME} \
32
		--with-bdb=${BDB_LIB_NAME} \
33
		--with-com_err \
33
		--with-com_err \
34
		--with-openssl=${OPENSSLBASE} \
34
		--with-openssl=${OPENSSLBASE} \
35
		--with-perl=${PERL5}
35
		--with-perl=${PERL}
36
CPPFLAGS+=	-I${LOCALBASE}/include
36
CPPFLAGS+=	-I${LOCALBASE}/include
37
LIBS+=		-L${LOCALBASE}/lib
37
LIBS+=		-L${LOCALBASE}/lib
38
MAKE_JOBS_UNSAFE=	yes
38
MAKE_JOBS_UNSAFE=	yes
(-)mail/cyrus-imapd24/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
		--with-bdb=${BDB_LIB_NAME} \
33
		--with-bdb=${BDB_LIB_NAME} \
34
		--with-com_err \
34
		--with-com_err \
35
		--with-openssl=${OPENSSLBASE} \
35
		--with-openssl=${OPENSSLBASE} \
36
		--with-perl=${PERL5}
36
		--with-perl=${PERL}
37
CPPFLAGS+=	-I${LOCALBASE}/include
37
CPPFLAGS+=	-I${LOCALBASE}/include
38
LIBS+=		-L${LOCALBASE}/lib
38
LIBS+=		-L${LOCALBASE}/lib
39
MAKE_JOBS_UNSAFE=	yes
39
MAKE_JOBS_UNSAFE=	yes
(-)mail/cyrus-imapd25/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
		--with-bdb=${BDB_LIB_NAME} \
33
		--with-bdb=${BDB_LIB_NAME} \
34
		--with-com_err \
34
		--with-com_err \
35
		--with-openssl=${OPENSSLBASE} \
35
		--with-openssl=${OPENSSLBASE} \
36
		--with-perl=${PERL5}
36
		--with-perl=${PERL}
37
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
37
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
38
CPPFLAGS+=	-I${LOCALBASE}/include
38
CPPFLAGS+=	-I${LOCALBASE}/include
39
MAKE_JOBS_UNSAFE=	yes
39
MAKE_JOBS_UNSAFE=	yes
(-)www/wml/Makefile (-2 / +2 lines)
Lines 32-44 Link Here
32
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
33
USES=		gettext perl5 gmake
33
USES=		gettext perl5 gmake
34
USE_PERL5=	run build patch
34
USE_PERL5=	run build patch
35
CONFIGURE_ARGS=	--with-perl=${PERL5} --with-catdir=man \
35
CONFIGURE_ARGS=	--with-perl=${PERL} --with-catdir=man \
36
		--prefix=${PREFIX}
36
		--prefix=${PREFIX}
37
37
38
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
39
39
40
post-patch:
40
post-patch:
41
	@${PERL5} -pi -e 's!^(\s+have_\S+)=\S+!\1=1!' \
41
	@${PERL} -pi -e 's!^(\s+have_\S+)=\S+!\1=1!' \
42
		${WRKSRC}/wml_common/Makefile.in
42
		${WRKSRC}/wml_common/Makefile.in
43
43
44
do-configure:
44
do-configure:
(-)graphics/ImageMagick/Makefile (-1 / +1 lines)
Lines 106-112 Link Here
106
.endif
106
.endif
107
107
108
.if ${PORT_OPTIONS:MPERL}
108
.if ${PORT_OPTIONS:MPERL}
109
CONFIGURE_ARGS+=	--with-perl=${PERL5} \
109
CONFIGURE_ARGS+=	--with-perl=${PERL} \
110
			--with-perl-options="MAKE=${MAKE_CMD}"
110
			--with-perl-options="MAKE=${MAKE_CMD}"
111
PLIST_SUB+=		WITH_PERL=''
111
PLIST_SUB+=		WITH_PERL=''
112
# PerlMagick does not work with threads, if perl is not threaded, and vice versa
112
# PerlMagick does not work with threads, if perl is not threaded, and vice versa
(-)graphics/ImageMagick7/Makefile (-1 / +1 lines)
Lines 112-118 Link Here
112
.endif
112
.endif
113
113
114
.if ${PORT_OPTIONS:MPERL}
114
.if ${PORT_OPTIONS:MPERL}
115
CONFIGURE_ARGS+=	--with-perl=${PERL5} \
115
CONFIGURE_ARGS+=	--with-perl=${PERL} \
116
			--with-perl-options="MAKE=${MAKE_CMD}"
116
			--with-perl-options="MAKE=${MAKE_CMD}"
117
PLIST_SUB+=		WITH_PERL=''
117
PLIST_SUB+=		WITH_PERL=''
118
# PerlMagick does not work with threads, if perl is not threaded, and vice versa
118
# PerlMagick does not work with threads, if perl is not threaded, and vice versa
(-)www/p5-libapreq2/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
USE_AUTOTOOLS=	autoconf
20
USE_AUTOTOOLS=	autoconf
21
CONFIGURE_ARGS+=	--with-apache2-apxs=${APXS} \
21
CONFIGURE_ARGS+=	--with-apache2-apxs=${APXS} \
22
			--with-expat=${LOCALBASE} \
22
			--with-expat=${LOCALBASE} \
23
			--enable-perl-glue --with-perl=${PERL5}
23
			--enable-perl-glue --with-perl=${PERL}
24
24
25
MAKE_ENV+=     MAKE=${GMAKE} ## MakeMaker blows it without this
25
MAKE_ENV+=     MAKE=${GMAKE} ## MakeMaker blows it without this
26
26

Return to bug 205367