diff options
author | jhale <jhale@FreeBSD.org> | 2012-11-09 05:46:54 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-11-09 05:46:54 +0800 |
commit | 6625b461dcfed17a9b90c0eba7301b91b2a1503c (patch) | |
tree | 13d619337512e0b35527d6e14b816baa4f6e4cfc /www | |
parent | 4d4053fe64d219c73e2b9f8644208b76ba0818dc (diff) | |
download | freebsd-ports-gnome-6625b461dcfed17a9b90c0eba7301b91b2a1503c.tar.gz freebsd-ports-gnome-6625b461dcfed17a9b90c0eba7301b91b2a1503c.tar.zst freebsd-ports-gnome-6625b461dcfed17a9b90c0eba7301b91b2a1503c.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-satchmo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-satchmo/Makefile b/www/py-satchmo/Makefile index 225e0808d46d..16daf5725a59 100644 --- a/www/py-satchmo/Makefile +++ b/www/py-satchmo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-satchmo -# Date created: 12 December 2009 -# Whom: Kevin Golding <ports@caomhin.org> -# +# Created by: Kevin Golding <ports@caomhin.org> # $FreeBSD$ -# PORTNAME= satchmo PORTVERSION= 0.9.2 @@ -16,6 +12,7 @@ COMMENT= Shopping cart application for Django LICENSE= BSD +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ |