diff options
| author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-08-19 11:26:49 +0000 |
|---|---|---|
| committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-08-19 11:26:49 +0000 |
| commit | dc447395749064f82913d73a2cd18136bcef1b4b (patch) | |
| tree | 401cf5d6fc965ebb400bdd87ac2d5f5edee9b213 | |
| parent | 638c74460167f82c6f74567e5e261ffb647b6d0d (diff) | |
Notes
| -rw-r--r-- | net/py-libnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index d2f4e4b5dec2..fcd527aaef66 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -20,7 +20,7 @@ BROKEN_aarch64= fails to package: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libne BROKEN_mips64= fails to package: lib.freebsd-11.0-RELEASE-p1-mips64-2.7/libnet.so: No such file or directory BROKEN_powerpc64= fails to package: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory -USES= python +USES= python:-2.7 USE_PYTHON= distutils pythonprefix USE_GITHUB= yes |
