mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Small typo in the version check
This commit is contained in:
parent
21bf3d3eab
commit
738cbdd3b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457121
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME?= ${SAMBA4_BASENAME}47
|
||||
PORTVERSION?= ${SAMBA4_VERSION}
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
|
||||
DISTNAME= ${SAMBA4_DISTNAME}
|
||||
@ -383,7 +383,7 @@ SUB_LIST+= SAMBA4_PYTHON3="@comment "
|
||||
|
||||
.if !defined(SAMBA4_SUBPORT)
|
||||
# Require llvm 4.0 and AMD64
|
||||
.if ${PORT_OPTIONS:MAESNI} && ${ARCH} == "amd64" && ${OSVERSION} >= 1200511
|
||||
.if ${PORT_OPTIONS:MAESNI} && ${ARCH} == "amd64" && ${OSVERSION} >= 1100511
|
||||
CONFIGURE_ARGS+= --accel-aes=intelaesni
|
||||
PLIST_FILES+= lib/samba4/private/libaesni-intel-samba4.so
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user