diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-29 14:14:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-29 14:14:20 +0000 |
commit | 25a3814a24b39da41847ca594db713be3595c97c (patch) | |
tree | 569796bc1a0d8a589c49237b6da478784c4915f3 /Mk/bsd.options.mk | |
parent | f0840a1cb5ca8d3ee790a5a17a48bc86787479f6 (diff) | |
download | ports-25a3814a24b39da41847ca594db713be3595c97c.tar.gz ports-25a3814a24b39da41847ca594db713be3595c97c.zip |
Notes
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r-- | Mk/bsd.options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index 444a46058cb5..949cf28a7cbf 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -462,7 +462,7 @@ ${deptype}_DEPENDS+= ${${opt}_${deptype}_DEPENDS} . else . if defined(${opt}_CONFIGURE_ENABLE) . for iopt in ${${opt}_CONFIGURE_ENABLE} -CONFIGURE_ARGS+= --disable-${iopt} +CONFIGURE_ARGS+= --disable-${iopt:C/=.*//} . endfor . endif . if defined(${opt}_CONFIGURE_WITH) |