View | Details | Raw Unified | Return to bug 190667 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-1 / +8 lines)
Lines 13-19 Link Here
13
BUILD_DEPENDS=	p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
13
BUILD_DEPENDS=	p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
14
		p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
14
		p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
15
RUN_DEPENDS=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
15
RUN_DEPENDS=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
16
p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
16
		p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
17
		p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
17
		p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
18
18
19
USES=		perl5
19
USES=		perl5
Lines 23-29 Link Here
23
23
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
25
25
26
# The following != assignment will generate a warning
27
# with portlint et al. Problem is that the nearest
28
# replacements ${PERL_VER}/${PERL_ARCH} do not work here:
29
# the value of PERL_ARCH is always "mach" on FreeBSD systems,
30
# but $Config{archname} here is something like "amd64-freebsd"
31
.if exists(${PERL5})
26
LOCAL_PERL_ARCH!=	${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x'
32
LOCAL_PERL_ARCH!=	${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{archname}}; $$x =~ s{/}{\\\\/}g; print $$x'
33
.endif
27
PLIST_SUB=		LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH}
34
PLIST_SUB=		LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH}
28
BBBIKE_PERL_EXE=	bbbike cbbbike bbbikeclient cmdbbbike smsbbbike
35
BBBIKE_PERL_EXE=	bbbike cbbbike bbbikeclient cmdbbbike smsbbbike
29
36

Return to bug 190667