diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-11 21:46:29 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-11 21:46:29 +0800 |
commit | 2bcc74def1f046ef1c07f4f2ee5b6cdf0918b448 (patch) | |
tree | 1786dc084dc3eff8614204fae7db6318a50f1f80 | |
parent | 6aec002ef29e20017f886a263df97b1b22b1be69 (diff) | |
download | freebsd-ports-gnome-2bcc74def1f046ef1c07f4f2ee5b6cdf0918b448.tar.gz freebsd-ports-gnome-2bcc74def1f046ef1c07f4f2ee5b6cdf0918b448.tar.zst freebsd-ports-gnome-2bcc74def1f046ef1c07f4f2ee5b6cdf0918b448.zip |
Dependency line should not end with a '/'
Submitted by: az
Feature safe: yes
-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 |