aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2012-11-09 05:44:37 +0800
committerjhale <jhale@FreeBSD.org>2012-11-09 05:44:37 +0800
commit4d4053fe64d219c73e2b9f8644208b76ba0818dc (patch)
tree6ae7f6a0eb4d90c4e781d8fe047072b0971cf715 /www
parentb7b2f4371d710445e1f2fa1924629945104d25ae (diff)
downloadfreebsd-ports-gnome-4d4053fe64d219c73e2b9f8644208b76ba0818dc.tar.gz
freebsd-ports-gnome-4d4053fe64d219c73e2b9f8644208b76ba0818dc.tar.zst
freebsd-ports-gnome-4d4053fe64d219c73e2b9f8644208b76ba0818dc.zip
- Add missing build dependency
- Trim Makefile header Reported by: pointyhat via beat Approved by: portmgr (implicit) makc, avilla (mentors, implicit) Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r--www/py-rhodecode/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-rhodecode/Makefile b/www/py-rhodecode/Makefile
index 1d93b42b5454..aae20c1e1f0a 100644
--- a/www/py-rhodecode/Makefile
+++ b/www/py-rhodecode/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-rhodecode
-# Date created: 2012-04-21
-# Whom: gugabsd <gugabsd@mundounix.com.br>
-#
+# Created by: gugabsd <gugabsd@mundounix.com.br>
# $FreeBSD$
-#
PORTNAME= rhodecode
PORTVERSION= 1.3.6
@@ -17,6 +13,7 @@ COMMENT= Fast and powerful management tool for Mercurial and GIT
LICENSE= GPLv3
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.6.3:${PORTSDIR}/www/py-pastescript
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=1.0:${PORTSDIR}/www/py-pylons \
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.3:${PORTSDIR}/databases/py-sqlalchemy \
${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \