diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
commit | 053520453dc374b6c02b15ad78efd7e0e52867f6 (patch) | |
tree | 9715c5e142788fa00b976d2c5a75b984e005be15 /security/py-pycrypto | |
parent | 353346c8f2676860eb119c92298802aa94479b3a (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s
Notes
Notes:
svn path=/head/; revision=190445
Diffstat (limited to 'security/py-pycrypto')
-rw-r--r-- | security/py-pycrypto/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index 825047c20672..7ac26bd45021 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -18,13 +18,9 @@ COMMENT= The Python Cryptography Toolkit USE_PYTHON= yes USE_PYDISTUTILS=yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 -.endif pre-configure: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py -.include <bsd.port.post.mk> +.include <bsd.port.mk> |