aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-11-09 09:16:50 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-11-09 09:16:50 +0000
commit8d95ff0e8b5e10694fbf7f33f7e63446848d6fdf (patch)
treeb650d4f77091f721a89b969165032092f6305c5e
parentaf5e82abce511f3002b4886bba5f7798074baaa3 (diff)
downloadports-8d95ff0e8b5e10694fbf7f33f7e63446848d6fdf.tar.gz
ports-8d95ff0e8b5e10694fbf7f33f7e63446848d6fdf.zip
MFH r307203
- Add missing build dependency - Trim Makefile header Reported by: pointyhat via beat Approved by: portmgr (beat) makc, avilla (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/branches/RELENG_9_1_0/; revision=307227
-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 \