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/py-twofish | |
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/py-twofish')
-rw-r--r-- | security/py-twofish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index 934576c05274..a7e4851b90ea 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -12,7 +12,7 @@ DISTNAME= twofishmodule-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Twofish cryptographic module for Python -USE_PYTHON= 2 +USES= python:2 GNU_CONFIGURE= yes CFLAGS+= -fPIC |