diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 16:16:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 16:16:15 +0000 |
commit | 7b7eca89c4923b23b1c9d5f4cad4b4d3893592ed (patch) | |
tree | a6d65d24ade6df9978500502eef783f089acf9f7 /www/py-scriptaculous | |
parent | b658307fe83c01e408f7c9846e71bcdc6c60e57b (diff) |
Notes
Diffstat (limited to 'www/py-scriptaculous')
-rw-r--r-- | www/py-scriptaculous/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-scriptaculous/Makefile b/www/py-scriptaculous/Makefile index b2ddb452be0d..c77c209eff11 100644 --- a/www/py-scriptaculous/Makefile +++ b/www/py-scriptaculous/Makefile @@ -7,7 +7,7 @@ PORTNAME= scriptaculous PORTVERSION= 1.8.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://static.ossdl.de/tgwidgets/downloads/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -17,7 +17,7 @@ DISTNAME= Scriptaculous-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Scriptaculous packaged as TurboGears widgets -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears RUN_DEPENDS= ${BUILD_DEPENDS} PYDISTUTILS_PKGNAME= Scriptaculous |