diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-31 14:27:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-31 14:27:23 +0000 |
commit | ac505c31cbf8668bba980c02da3801176b525c78 (patch) | |
tree | e81da9a7facdba60e0a191ab3c5faea59d8144fc /Mk/bsd.port.mk | |
parent | 89f9d40890bd3d17fac87599dfcc31aa3a86fb61 (diff) | |
download | ports-ac505c31cbf8668bba980c02da3801176b525c78.tar.gz ports-ac505c31cbf8668bba980c02da3801176b525c78.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 917235f93fef..acf685424ef2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5971,7 +5971,7 @@ OPTNOCHECK= true . endif . endfor . if !defined(OPTFOUND) && !defined(OPTNOCHECK) -OPTIONS_WRONG_MULTI+= ${opt} +OPTIONS_WRONG_MULTI+= ${multi} . endif . undef OPTFOUND . undef OPTNOCHECK |