diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
commit | 0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch) | |
tree | fe4d654de9040e3451da08f6eb2865c73df28369 /german/BBBike | |
parent | c4488f29abd1339c42a704fb50b07d1210e0f3bc (diff) | |
download | freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'german/BBBike')
-rw-r--r-- | german/BBBike/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 463e7bd9144f..ae49a3076b10 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -14,9 +14,9 @@ MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} MAINTAINER= slaven@rezic.de COMMENT= A route-finder for cyclists in Berlin and Brandenburg -BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ - ${SITE_PERL}/${PERL_ARCH}/CDB_File.pm:${PORTSDIR}/databases/p5-CDB_File -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ +BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ + p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File +RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ ${BUILD_DEPENDS} USE_PERL5= YES |