diff options
author | crees <crees@FreeBSD.org> | 2012-03-26 04:06:48 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-26 04:06:48 +0800 |
commit | 142575b1ee1963bb8be8546f95921a759bc64b57 (patch) | |
tree | eb9758c67eea47a817633059747008229fe93bb1 | |
parent | 02105fa5c879cdcd2359a5b5da01174c0af2f91a (diff) | |
download | freebsd-ports-gnome-142575b1ee1963bb8be8546f95921a759bc64b57.tar.gz freebsd-ports-gnome-142575b1ee1963bb8be8546f95921a759bc64b57.tar.zst freebsd-ports-gnome-142575b1ee1963bb8be8546f95921a759bc64b57.zip |
Add forgotten dependency on py-argparse (weird-- files were on my system,
but package was not installed)
PR: ports/166367
Submitted by: beat
Feature safe: yes
-rw-r--r-- | devel/pybugz/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pybugz/Makefile b/devel/pybugz/Makefile index bc0cdf0c47cb..f4fa92abd3db 100644 --- a/devel/pybugz/Makefile +++ b/devel/pybugz/Makefile @@ -7,6 +7,7 @@ PORTNAME= pybugz PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +17,8 @@ COMMENT= Command line tools for interacting with Bugzilla LICENSE= GPLv2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse + WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes |