diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 15:15:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 15:15:23 +0000 |
commit | ec7204a548b057ba0186cf982606056976a65251 (patch) | |
tree | 74242d77e6b3f4b27543a05dc204138be6dd014d /Mk/bsd.port.mk | |
parent | 02bf0e073527099a3fe58b2b40ccf4ac6aa56bed (diff) | |
download | ports-ec7204a548b057ba0186cf982606056976a65251.tar.gz ports-ec7204a548b057ba0186cf982606056976a65251.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e0afed2b2ecc..6121c91e3210 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2774,9 +2774,9 @@ __ARCH_OK?= 1 .if !defined(__ARCH_OK) .if defined(ONLY_FOR_ARCHS) -IGNORE= is only for ${ONLY_FOR_ARCHS}, +IGNORE= is only for ${ONLY_FOR_ARCHS:O}, .else # defined(NOT_FOR_ARCHS) -IGNORE= does not run on ${NOT_FOR_ARCHS}, +IGNORE= does not run on ${NOT_FOR_ARCHS:O}, .endif IGNORE+= while you are running ${ARCH} |