aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-21 13:29:30 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-21 13:29:30 +0000
commitad199a9229fd6eb87bfcc5107a475a19a0133ccd (patch)
treeacdcb60617d5287ea5b8ac4fc3f5ca7443474c00 /Mk
parente76c3fedf85f3c4aeb4195858d6e0dc5f2d9f8f6 (diff)
downloadports-ad199a9229fd6eb87bfcc5107a475a19a0133ccd.tar.gz
ports-ad199a9229fd6eb87bfcc5107a475a19a0133ccd.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.options.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk
index 4627599dbdfd..bf2d3af6eab2 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -467,7 +467,7 @@ CONFIGURE_ARGS+= --disable-${iopt}
. endif
. if defined(${opt}_CONFIGURE_WITH)
. for iopt in ${${opt}_CONFIGURE_WITH}
-CONFIGURE_ARGS+= --without-${iopt}
+CONFIGURE_ARGS+= --without-${iopt:C/=.*//}
. endfor
. endif
. for configure in CONFIGURE CMAKE QMAKE