diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 22:50:26 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 22:50:26 +0800 |
commit | 1675ff649cded4c85d65feb0f4c5cc87010242eb (patch) | |
tree | 3e3556f1e26a35be0250e7f749680b9fc30e9c6b /net/Makefile | |
parent | 4fd1b570a8aec1244c7b8469c29c309a96a46804 (diff) | |
download | freebsd-ports-gnome-1675ff649cded4c85d65feb0f4c5cc87010242eb.tar.gz freebsd-ports-gnome-1675ff649cded4c85d65feb0f4c5cc87010242eb.tar.zst freebsd-ports-gnome-1675ff649cded4c85d65feb0f4c5cc87010242eb.zip |
Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b7ca24ea0c8b..a1b3cb31653d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -378,6 +378,9 @@ SUBDIR += linux-c6-avahi-libs SUBDIR += linux-c6-openldap SUBDIR += linux-c6-tcp_wrappers-libs + SUBDIR += linux-c7-avahi-libs + SUBDIR += linux-c7-openldap + SUBDIR += linux-c7-tcp_wrappers-libs SUBDIR += linux-f10-nss_ldap SUBDIR += linux-f10-openldap SUBDIR += linuxigd |