aboutsummaryrefslogtreecommitdiff
path: root/net/gnu-dico
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:21:26 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:21:26 +0000
commit2f71940292af6b2d050e8b473d717357401b40fc (patch)
treeca40f6c4e7288356261302ad77c108990435520e /net/gnu-dico
parente681bc51231baa49b0184bf6fe94fd704a352ada (diff)
downloadports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz
ports-2f71940292af6b2d050e8b473d717357401b40fc.zip
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371449
Diffstat (limited to 'net/gnu-dico')
-rw-r--r--net/gnu-dico/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile
index 6ce6f34d2de1..aa8aabe776e3 100644
--- a/net/gnu-dico/Makefile
+++ b/net/gnu-dico/Makefile
@@ -30,7 +30,7 @@ GSASL_DESC= GSASL support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
+USES+= python
CONFIGURE_ENV+= PYTHON_CONFIG=${PYTHON_CMD}-config
PLIST_SUB+= PYTHON=""
.else