diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index 3baf2fa23e75..a331620460f9 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -3,7 +3,7 @@ PORTNAME= twofish PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ DISTNAME= twofishmodule-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Twofish cryptographic module for Python -USES= python:2 +USES= python:2 shebangfix +SHEBANG_FILES= cryptfile.py decryptfile.py GNU_CONFIGURE= yes CFLAGS+= -fPIC