diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-10-26 15:18:03 +0800 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-10-26 15:18:03 +0800 |
commit | e12db4011c1e8691d75b86b102698bc4b94eeed6 (patch) | |
tree | 060537561a113dbc2e838480f79cb15699d6a999 /finance | |
parent | 22867575c0a1115d245acfc68b67af8a841c6521 (diff) | |
download | freebsd-ports-gnome-e12db4011c1e8691d75b86b102698bc4b94eeed6.tar.gz freebsd-ports-gnome-e12db4011c1e8691d75b86b102698bc4b94eeed6.tar.zst freebsd-ports-gnome-e12db4011c1e8691d75b86b102698bc4b94eeed6.zip |
finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignment
Reported by: jgh
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-stripe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index 5415682da94f..2174fd962111 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -14,7 +14,7 @@ COMMENT= Python bindings for the Stripe.com payment system LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:${PORTSDIR}/www/py-requests -TEST_DEPENDS:= ${RUN_DEPENDS +TEST_DEPENDS:= ${RUN_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install |