aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2017-04-01 08:31:09 +0800
committerwen <wen@FreeBSD.org>2017-04-01 08:31:09 +0800
commit3c2df11f4c3aa2a4f9517f816b9955674a9fc9ae (patch)
tree5e2aebcbc83a7e0fb040b774d6c14281c79874ab /textproc
parente4db39b86f01cb1383172b591b91c69dccf01e66 (diff)
downloadfreebsd-ports-gnome-3c2df11f4c3aa2a4f9517f816b9955674a9fc9ae.tar.gz
freebsd-ports-gnome-3c2df11f4c3aa2a4f9517f816b9955674a9fc9ae.tar.zst
freebsd-ports-gnome-3c2df11f4c3aa2a4f9517f816b9955674a9fc9ae.zip
- Remove unnecessary dependencies by fix RUN_DEPENDS
PR: 218258 Submitted by: andreas.hollmann@gmail.com
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-mako/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-mako/Makefile b/textproc/py-mako/Makefile
index 2e760aa20a3b..8432c334d14a 100644
--- a/textproc/py-mako/Makefile
+++ b/textproc/py-mako/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mako
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,9 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
+ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
+ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
USES= python
USE_PYTHON= autoplist distutils