diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /misc/p5-Business-ISBN | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'misc/p5-Business-ISBN')
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index c4b13b26041b..24ae74d92144 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -14,10 +14,10 @@ COMMENT= Work with International Standard Book Numbers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Business-ISBN-Data>=20140910.002:${PORTSDIR}/misc/p5-Business-ISBN-Data \ - p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious +BUILD_DEPENDS= p5-Business-ISBN-Data>=20140910.002:misc/p5-Business-ISBN-Data \ + p5-Mojolicious>=0:www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode +TEST_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode OPTIONS_DEFINE= BARCODE XISBN BARCODE_DESC= Barcode support @@ -29,9 +29,9 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -BARCODE_BUILD_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode -BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode -XISBN_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -XISBN_RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BARCODE_BUILD_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode +BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode +XISBN_BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww +XISBN_RUN_DEPENDS= p5-libwww>=0:www/p5-libwww .include <bsd.port.mk> |