diff options
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r-- | net/freebsd-uucp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index 8a4a7a8103c9..4b51afe80d72 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -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.* |