aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-03 07:12:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-03 07:12:06 +0000
commit9eaef9aa1808942849d8f549c1a6641211b6c053 (patch)
tree7eee83d3e649325f38120e1e73e32c6c2af73b4d /german
parent9fd78b46a633eff3d380bde9d773ff85a1bd2640 (diff)
downloadports-9eaef9aa1808942849d8f549c1a6641211b6c053.tar.gz
ports-9eaef9aa1808942849d8f549c1a6641211b6c053.zip
Notes
Diffstat (limited to 'german')
-rw-r--r--german/BBBike/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile
index 58fd6c8a5f5c..2eb6c0216e82 100644
--- a/german/BBBike/Makefile
+++ b/german/BBBike/Makefile
@@ -3,17 +3,17 @@
PORTNAME= BBBike
PORTVERSION= 3.18
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= german
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
MAINTAINER= slaven@rezic.de
COMMENT= Route-finder for cyclists in Berlin and Brandenburg
-BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
+BUILD_DEPENDS= p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \
p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
- p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
+ p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \
p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
USES= perl5
@@ -34,6 +34,9 @@ LOCAL_PERL_ARCH!= ${PERL5} -MConfig -e '$$x = qq{$$Config{version}/$$Config{arch
PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH}
BBBIKE_PERL_EXE= bbbike cbbbike bbbikeclient cmdbbbike smsbbbike
+post-patch:
+ @${RM} ${WRKSRC}/tmp/.keep_me
+
do-build:
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean