diff options
-rw-r--r-- | net/tucan/Makefile | 2 | ||||
-rw-r--r-- | www/py-formalchemy/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/tucan/Makefile b/net/tucan/Makefile index eb8c682b764d..4cb62e9bb360 100644 --- a/net/tucan/Makefile +++ b/net/tucan/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gustau.perez@gmail.com COMMENT= Tucan Manager aids file-sharing with 1-click hosters RUN_DEPENDS= ${LOCALBASE}/bin/pilconvert.py:${PORTSDIR}/graphics/py-imaging \ - ${LOCALBASE}/bin/cntraining:${PORTSDIR}/graphics/tesseract/ + ${LOCALBASE}/bin/cntraining:${PORTSDIR}/graphics/tesseract NO_BUILD= yes USE_GNOME= pygtk2 librsvg2 diff --git a/www/py-formalchemy/Makefile b/www/py-formalchemy/Makefile index 829117a04874..a2947ebedf1a 100644 --- a/www/py-formalchemy/Makefile +++ b/www/py-formalchemy/Makefile @@ -17,8 +17,8 @@ MAINTAINER= ghostonthewire@gmail.com COMMENT= Toolkit for creating HTML form elements manually or from SQLAlchemy mapped classes BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:${PORTSDIR}/databases/py-sqlalchemy06 \ - ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:${PORTSDIR}/textproc/py-Tempita/ \ - ${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:${PORTSDIR}/www/py-webhelpers/ + ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:${PORTSDIR}/textproc/py-Tempita \ + ${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:${PORTSDIR}/www/py-webhelpers RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes |