diff options
Diffstat (limited to 'german/BBBike/Makefile')
-rw-r--r-- | german/BBBike/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 0e1aa6b6ff38..f67a3ab694d0 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} MAINTAINER= slaven@rezic.de COMMENT= Route-finder for cyclists in Berlin and Brandenburg -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-C>=0:${PORTSDIR}/devel/p5-Inline-C \ - p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File +BUILD_DEPENDS= p5-Inline-C>=0:devel/p5-Inline-C \ + p5-CDB_File>=0:databases/p5-CDB_File +RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk \ + p5-Inline-C>=0:devel/p5-Inline-C \ + p5-CDB_File>=0:databases/p5-CDB_File USES= perl5 shebangfix perl_OLD_CMD= /usr/perl5.8.0/bin/perl5.8.0 perl |