diff options
Diffstat (limited to 'www/interchange/Makefile')
-rw-r--r-- | www/interchange/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index c08657a96bfb..015a954ca8b9 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -12,12 +12,12 @@ COMMENT= RedHat's database-enabled e-commerce server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Safe-Hole>=0.10:security/p5-Safe-Hole \ p5-URI>=1.37:net/p5-URI \ p5-libwww>=5.810:www/p5-libwww \ p5-Set-Crontab>=1.00:devel/p5-Set-Crontab \ p5-Digest-SHA1>=2.11:security/p5-Digest-SHA1 -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= dist/src/compile.pl \ |