diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-21 16:59:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-21 16:59:35 +0800 |
commit | b87c9a6ca6737cdb52094847dc9c17f08850b009 (patch) | |
tree | 54552c4f832f777f530410cc3c895e7f858d2891 /devel | |
parent | 6907e1f0a2b27a26c7cb373edf321ec24682ad97 (diff) | |
download | freebsd-ports-gnome-b87c9a6ca6737cdb52094847dc9c17f08850b009.tar.gz freebsd-ports-gnome-b87c9a6ca6737cdb52094847dc9c17f08850b009.tar.zst freebsd-ports-gnome-b87c9a6ca6737cdb52094847dc9c17f08850b009.zip |
- Add missing dependency
Reported by: phw
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools_darcs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-setuptools_darcs/Makefile b/devel/py-setuptools_darcs/Makefile index b8d8e063a363..cc27f23aa172 100644 --- a/devel/py-setuptools_darcs/Makefile +++ b/devel/py-setuptools_darcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= setuptools_darcs PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Setuptools plugin for darcs +BUILD_DEPENDS= darcsver:${PORTSDIR}/devel/py-darcsver + USE_PYTHON= yes USE_PYDISTUTILS= easy_install |