aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-12-07 04:32:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-12-07 04:32:47 +0800
commit9abfafb6065d8b282fe09ff31858f007f5aeeb30 (patch)
treef81dcd5c1e60701f93ba53793991916e4428de1e /www
parentb07fe012061eccafe312c676042d0f48fa64b562 (diff)
downloadfreebsd-ports-gnome-9abfafb6065d8b282fe09ff31858f007f5aeeb30.tar.gz
freebsd-ports-gnome-9abfafb6065d8b282fe09ff31858f007f5aeeb30.tar.zst
freebsd-ports-gnome-9abfafb6065d8b282fe09ff31858f007f5aeeb30.zip
Unbreak this port
- While I'm here, move USES upward Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r--www/py-python-digitalocean/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-python-digitalocean/Makefile b/www/py-python-digitalocean/Makefile
index e60064f12e08..9b7dabac4abc 100644
--- a/www/py-python-digitalocean/Makefile
+++ b/www/py-python-digitalocean/Makefile
@@ -12,16 +12,16 @@ COMMENT= API to manage digitalocean.com droplets
LICENSE= GPLv3
-BROKEN= fails to configure, non ascii char in position 820 of long_description
-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
+USES= python
+USE_PYTHON= distutils autoplist
+
USE_GITHUB= yes
GH_ACCOUNT= koalalorenzo
-USES= python
-USE_PYTHON= distutils autoplist
+USE_LOCALE= en_US.UTF-8
NO_ARCH= yes
.include <bsd.port.mk>