From 73ef02927cdbd93d524cec7afe935c55edfd8396 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 17 Aug 2012 23:54:20 -0500 Subject: office/qamus: Fixed dep list and build wrt icu4c icu4c is now part of Slackware 14.0 Signed-off-by: Robby Workman --- office/qamus/qamus.SlackBuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'office/qamus/qamus.SlackBuild') diff --git a/office/qamus/qamus.SlackBuild b/office/qamus/qamus.SlackBuild index 4d4fde427e..eb14415dbe 100644 --- a/office/qamus/qamus.SlackBuild +++ b/office/qamus/qamus.SlackBuild @@ -6,8 +6,7 @@ VERSION=${VERSION:-0.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# disable ICU or TRE support (automatic if they don't exist) -ICU=${ICU:-yes} +# disable TRE support (automatic if they don't exist) TRE=${TRE:-yes} CWD=$(pwd) @@ -16,9 +15,6 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} QMAKEARGS="PREFIX=/usr" -if [ "$ICU" = "no" ] ; then - QMAKEARGS="$QMAKEARGS -config disable-icu" -fi if [ "$TRE" = "no" ] ; then QMAKEARGS="$QMAKEARGS -config disable-tre" -- cgit v1.2.3