diff options
Diffstat (limited to 'games/nestopia/nestopia.SlackBuild')
-rw-r--r-- | games/nestopia/nestopia.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild index cc656c658b77..3bee82c738ca 100644 --- a/games/nestopia/nestopia.SlackBuild +++ b/games/nestopia/nestopia.SlackBuild @@ -61,7 +61,7 @@ autoreconf -vif GTK=${GTK:-no} case "$GTK" in [yY]|[yY][eE][sS]) GTK="--enable-gui" ;; - *) NO_UMFPACK="--disable-gui" ;; + *) GTK="--disable-gui" ;; esac CFLAGS="$SLKCFLAGS" \ |