1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Dependency line should not end with a '/'

Submitted by:	az
Feature safe:	yes
This commit is contained in:
Baptiste Daroussin 2012-10-11 13:46:29 +00:00
parent 6aec002ef2
commit 2bcc74def1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305725
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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