Fix the conditional added in r554175
This should have been caught by my poudriere testruns. Sorry for the breakage. PR: 249974 Approved by: portmgr blanket MFH: 2020Q4
This commit is contained in:
parent
8d9e92ed76
commit
4b8b90843a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554179
@ -42,10 +42,6 @@ MESON_ARGS= -Dcheck-compatible-gpg=false \
|
||||
-Dpgp-support=true \
|
||||
-Dpkcs11-support=true
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
|
||||
LDFLAGS+= -fuse-ld=lld
|
||||
.endif
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
@ -61,4 +57,10 @@ AVAHI_MESON_TRUE= key-sharing
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
LDAP_MESON_TRUE= ldap-support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
|
||||
LDFLAGS+= -fuse-ld=lld
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user