diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
commit | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/botan110 | |
parent | 74a3c07b695eef5aba924290f7d537c710b1233e (diff) | |
download | freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.gz freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.zst freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.zip |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index bc9ec8796a3e..9c7fd2bd9b26 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -21,8 +21,7 @@ OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support -USES= compiler gmake tar:bzip2 -USE_PYTHON_BUILD= yes +USES= compiler gmake python:build tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib |