diff options
author | nivit <nivit@FreeBSD.org> | 2007-02-23 20:38:47 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-02-23 20:38:47 +0800 |
commit | 4349aec4e941eda9e63d13bfcc8113a7bb3a175d (patch) | |
tree | 2d1f001459b5492048ba73d2aa5aac9c4848e571 /www | |
parent | 05cfa06aac8460b19d92c91516745af205ac0357 (diff) | |
download | freebsd-ports-gnome-4349aec4e941eda9e63d13bfcc8113a7bb3a175d.tar.gz freebsd-ports-gnome-4349aec4e941eda9e63d13bfcc8113a7bb3a175d.tar.zst freebsd-ports-gnome-4349aec4e941eda9e63d13bfcc8113a7bb3a175d.zip |
- Fixed RUN_DEPENDS on www/py-clientform
- Bumped PORTREVISION
PR: ports/109453
Submitted by: nivit (notified by pointyhat, via kris)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-htmltestcase/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/py-htmltestcase/Makefile b/www/py-htmltestcase/Makefile index e59d51e766ac..90ee2735c788 100644 --- a/www/py-htmltestcase/Makefile +++ b/www/py-htmltestcase/Makefile @@ -7,6 +7,7 @@ PORTNAME= htmltestcase PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://chriscurvey.com:8080/curveyConsulting/HtmlUnit/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +17,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A python html unit testing RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ClientCookie/__init__.py:${PORTSDIR}/devel/py-clientcookie\ - ${PYTHON_SITELIBDIR}/ClientForm.py:${PORTSDIR}/www/py-clientform + ${PYTHON_SITELIBDIR}/${PYCLIENTFORM_EGG}:${PORTSDIR}/www/py-clientform USE_PYTHON= yes USE_PYDISTUTILS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PYCLIENTFORM_EGG!= ${MAKE} -f ${PORTSDIR}/www/py-clientform/Makefile -V PYCLIENTFORM_EGG + +.include <bsd.port.post.mk> |