summaryrefslogtreecommitdiffstats
path: root/bison/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'bison/Pkgfile')
-rw-r--r--bison/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bison/Pkgfile b/bison/Pkgfile
index 22cf536..05c62ff 100644
--- a/bison/Pkgfile
+++ b/bison/Pkgfile
@@ -12,8 +12,8 @@ build ()
{
cd $name-$version;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=$prefix \
--mandir=$mandir \
$(use_enable nls);