- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
This commit is contained in:
parent
890df1dc00
commit
deb62200f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431278
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ VAR_LOG_DESC= put logfiles into /var/log
|
|||
.if ${PORT_OPTIONS:MPAM}
|
||||
PAM_SUFFIX= -pam
|
||||
MAKE_ENV+= WITH_PAM=${WITH_PAM}
|
||||
.if ${OSVERSION} >= 110000
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 110000
|
||||
MAKE_ENV+= MINUSLPAM=-lpam
|
||||
.endif
|
||||
CONFLICTS?= freebsd-uucp-1.*
|
||||
|
|
Loading…
Reference in a new issue