From 012e79c622f7302c7bab97193b2d19da0885ce6c Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 17 Sep 2015 15:49:47 +0000 Subject: [PATCH] - Add missing depends PR: 201897 Submitted by: andrew.hotlab@hotmail.com Approved by: maintainer(timeout, >50 days) --- finance/py-vatnumber/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile index 30d90b3c245f..6e9994db3ae6 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -3,6 +3,7 @@ PORTNAME= vatnumber PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,9 @@ COMMENT= Python module to validate VAT numbers LICENSE= GPLv3 -# Python3 ready +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:${PORTSDIR}/devel/py-stdnum + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include