From 6625b461dcfed17a9b90c0eba7301b91b2a1503c Mon Sep 17 00:00:00 2001 From: jhale Date: Thu, 8 Nov 2012 21:46:54 +0000 Subject: - Add missing build dependency - Trim Makefile header Reported by: pointyhat via beat Approved by: portmgr (implicit) makc, avilla (mentors, implicit) Feature safe: yes --- www/py-satchmo/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www') 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 -# +# Created by: Kevin Golding # $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 \ -- cgit