Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 161:676a8d63d486
FIX: Do not build the "pypy3" flavor any more because it now always included in PyPy3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 03 Oct 2022 11:39:56 +0200 |
| parents | ea61ffe99c1a |
| children | 3ee5ec96e732 |
line wrap: on
line diff
--- a/Makefile Mon Oct 03 11:32:50 2022 +0200 +++ b/Makefile Mon Oct 03 11:39:56 2022 +0200 @@ -1,7 +1,6 @@ # Created by: David Naylor <dbn@FreeBSD.org> PORTNAME= gdbm -PORTREVISION= 1 CATEGORIES= databases python MAINTAINER= python@FreeBSD.org @@ -14,4 +13,7 @@ CFFI_NAME= ffi .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" + +pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 + .include <bsd.port.mk>
