diff options
Diffstat (limited to 'security/py-gpgme')
-rw-r--r-- | security/py-gpgme/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-gpgme/Makefile b/security/py-gpgme/Makefile index da04d23b06f3..17cbc7ac6949 100644 --- a/security/py-gpgme/Makefile +++ b/security/py-gpgme/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,6 @@ SLAVEPORT= python BINDING_NAME= python PLIST= ${.CURDIR}/pkg-plist -.if ${FLAVOR:Upy27:Mpy2*} -CONFIGURE_ARGS+=--enable-languages="python2" -.else -CONFIGURE_ARGS+=--enable-languages="python3" -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/gpg/_gpgme.so |