From 41c9805051a438468f0b518eddfc734b683bd4e7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 11 Sep 2015 18:42:50 +0000 Subject: [PATCH] This needs perl as both build and run dependency - It installs perl scripts into DATADIR - Unless perl is available at buildtime it'll use incorrect shebangs for these scripts Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- finance/ktoblzcheck/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile index a8be94e41ea4..7e7ab71788e5 100644 --- a/finance/ktoblzcheck/Makefile +++ b/finance/ktoblzcheck/Makefile @@ -3,6 +3,7 @@ PORTNAME= ktoblzcheck PORTVERSION= 1.48 +PORTREVISION= 1 CATEGORIES= finance german MASTER_SITES= SF/${PORTNAME} @@ -12,7 +13,7 @@ COMMENT= Check bank codes of German banks LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix +USES= libtool pathfix perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip