diff options
author | mva <mva@FreeBSD.org> | 2015-01-03 16:41:20 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-03 16:41:20 +0800 |
commit | 8df7661d5fb781595b7bae0a37d82a730b97d4dd (patch) | |
tree | 5de250878ab793a0857c0738238f861a73b7258c /www/aws | |
parent | 131245273c2e9f6f5f2c911f4120bf95df49012b (diff) | |
download | freebsd-ports-gnome-8df7661d5fb781595b7bae0a37d82a730b97d4dd.tar.gz freebsd-ports-gnome-8df7661d5fb781595b7bae0a37d82a730b97d4dd.tar.zst freebsd-ports-gnome-8df7661d5fb781595b7bae0a37d82a730b97d4dd.zip |
- Convert USE_PYTHON to new USES in www/
With hat: python@
Diffstat (limited to 'www/aws')
-rw-r--r-- | www/aws/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index c43da3864b0e..10b4c15dec75 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -21,10 +21,9 @@ BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild \ RUN_DEPENDS= templates_parser>11:${PORTSDIR}/textproc/templates_parser \ xmlada>=4.4:${PORTSDIR}/textproc/xmlada -USE_PYTHON= yes GNU_CONFIGURE= yes NO_MTREE= yes -USES= ada gmake tar:bzip2 +USES= ada gmake python tar:bzip2 DOTBUILD= release LINK_SSL= -- LINK_TLS= -- |