diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-19 20:30:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-19 20:30:59 +0000 |
commit | c6f506ccea35598cda833678b72ead62668f4f12 (patch) | |
tree | 3256a05a3ed58883a4f82dc92cc2f269c113358f /emulators/linux_base-c7 | |
parent | 3e6b00ca0777f58bb725554474f387c5108e5fbd (diff) |
- Fix OSVERSION conditions
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=472820
Diffstat (limited to 'emulators/linux_base-c7')
-rw-r--r-- | emulators/linux_base-c7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-c7/Makefile b/emulators/linux_base-c7/Makefile index 51c16af36887..9af49d4ee4e0 100644 --- a/emulators/linux_base-c7/Makefile +++ b/emulators/linux_base-c7/Makefile @@ -2,7 +2,7 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- BIN_DISTNAMES= centos-release-7-4.1708.el7.centos \ @@ -125,7 +125,7 @@ REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/gshadow etc/motd \ .include <bsd.port.pre.mk> -.if ${LINUX_ARCH} == x86_64 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 11000105 +.if ${LINUX_ARCH} == x86_64 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100105 SYSCTLMIB= kern.features.linux64 .else SYSCTLMIB= compat.linux.osrelease |