diff options
author | dryice <dryice@FreeBSD.org> | 2013-08-31 09:18:12 +0800 |
---|---|---|
committer | dryice <dryice@FreeBSD.org> | 2013-08-31 09:18:12 +0800 |
commit | 6032a85b65654fa21b4546cffc10e3d515be7c2f (patch) | |
tree | 927a8d9220abda58a5b3169f37a9694811e86737 | |
parent | b43df9bdebefafcdfce999d14d6f4604fdbfe606 (diff) | |
download | freebsd-ports-gnome-6032a85b65654fa21b4546cffc10e3d515be7c2f.tar.gz freebsd-ports-gnome-6032a85b65654fa21b4546cffc10e3d515be7c2f.tar.zst freebsd-ports-gnome-6032a85b65654fa21b4546cffc10e3d515be7c2f.zip |
- Add pytz to run_depends
- bump PORTREVISION
PR: ports/181686
Submitted by: dryice@freebsd.org
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer, in private mail)
-rw-r--r-- | devel/py-babel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index d8f6c19a3ec0..1aa82b0b77e8 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -3,6 +3,7 @@ PORTNAME= Babel PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gaod@hychen.org COMMENT= Collection of tools for internationalizing Python applications +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz + USE_PYTHON= 2.7+ USE_PYDISTUTILS= easy_install |