diff options
author | mat <mat@FreeBSD.org> | 2015-05-29 21:12:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-29 21:12:49 +0800 |
commit | 95057201391f35f07227b97586e24e6801b40007 (patch) | |
tree | d643ed8e4b1ec47768acf5b5f777dba3e92e7ad6 /Mk | |
parent | e5ada14d4a36edfb48f4221516c40c8bf1fa2fb5 (diff) | |
download | freebsd-ports-gnome-95057201391f35f07227b97586e24e6801b40007.tar.gz freebsd-ports-gnome-95057201391f35f07227b97586e24e6801b40007.tar.zst freebsd-ports-gnome-95057201391f35f07227b97586e24e6801b40007.zip |
This was not supposed to escape my ports tree.
With hat: portmgr
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to '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 c14c8cc8bb54..e690a2e45d1b 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5376,7 +5376,7 @@ _CHECK_CONFIG_ERROR= true .if !target(check-config) check-config: _check-config -.if !empty(_CHECK_CONFIG_ERROR) && !defined(IGNORE_INVALID_CONFIG) +.if !empty(_CHECK_CONFIG_ERROR) @${FALSE} .endif .endif # check-config |