summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/trac-accountmanager/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/trac-accountmanager/Makefile b/www/trac-accountmanager/Makefile
index bbb6e898590d..86888bb71fd6 100644
--- a/www/trac-accountmanager/Makefile
+++ b/www/trac-accountmanager/Makefile
@@ -7,7 +7,7 @@
PORTNAME= accountmanagerplugin
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
#MASTER_SITES= http://trac-hacks.org/download/accountmanagerplugin.zip
MASTER_SITES= http://dist.bsdlab.org/
@@ -17,7 +17,8 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Account Manager Plugin for trac
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
-RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
+RUN_DEPENDS= tracd:${PORTSDIR}/www/trac \
+ easy_install:${PORTSDIR}/devel/py-setuptools
USE_ZIP= yes
USE_PYTHON= yes