diff options
author | koobs <koobs@FreeBSD.org> | 2013-10-26 15:18:03 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-10-26 15:18:03 +0800 |
commit | a8f4152d6256315b59a7a501209d41778bfe3312 (patch) | |
tree | 060537561a113dbc2e838480f79cb15699d6a999 /finance | |
parent | a9fd0a9e0000d2026786e84fb8253fb6f6016db0 (diff) | |
download | freebsd-ports-gnome-a8f4152d6256315b59a7a501209d41778bfe3312.tar.gz freebsd-ports-gnome-a8f4152d6256315b59a7a501209d41778bfe3312.tar.zst freebsd-ports-gnome-a8f4152d6256315b59a7a501209d41778bfe3312.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 |