mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- fix build on FreeBSD-11 with option PAM
PR: 214161
This commit is contained in:
parent
903c637421
commit
001bac7586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426076
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ VAR_LOG_DESC= put logfiles into /var/log
|
|||
.if ${PORT_OPTIONS:MPAM}
|
||||
PAM_SUFFIX= -pam
|
||||
MAKE_ENV+= WITH_PAM=${WITH_PAM}
|
||||
.if ${OSVERSION} >= 110000
|
||||
MAKE_ENV+= MINUSLPAM=-lpam
|
||||
.endif
|
||||
CONFLICTS?= freebsd-uucp-1.*
|
||||
.else
|
||||
CONFLICTS?= freebsd-uucp-pam-1.*
|
||||
|
|
Loading…
Add table
Reference in a new issue