diff options
Diffstat (limited to 'www/p5-Apache-Session-SQLite3')
-rw-r--r-- | www/p5-Apache-Session-SQLite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Session-SQLite3/Makefile b/www/p5-Apache-Session-SQLite3/Makefile index ded28991245d..5e7bd216d923 100644 --- a/www/p5-Apache-Session-SQLite3/Makefile +++ b/www/p5-Apache-Session-SQLite3/Makefile @@ -14,8 +14,8 @@ COMMENT= Use DBD::SQLite 1.x for Apache::Session storage LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session \ - p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite +BUILD_DEPENDS= p5-Apache-Session>=0:www/p5-Apache-Session \ + p5-DBD-SQLite>=0:databases/p5-DBD-SQLite RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |