# HG changeset patch # User Christopher Rogers # Date 1272363566 0 # Node ID 063ab96cd9e9ceaa183012b3c1ae4bedb17bbc5a # Parent 4a201d4c3ad825a68282c4c04799f57cb2ba9332 Fixed gettext to have acl as a depend and not just a build depend. Need for xgettext to work. diff -r 4a201d4c3ad8 -r 063ab96cd9e9 gettext/receipt --- a/gettext/receipt Tue Apr 27 10:14:26 2010 +0000 +++ b/gettext/receipt Tue Apr 27 10:19:26 2010 +0000 @@ -6,8 +6,8 @@ SHORT_DESC="Utilities for the GNU Translation Project." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -BUILD_DEPENDS="slitaz-toolchain glibc-locale acl gcc+gcj" -DEPENDS="gettext-base libgomp ncurses glib libcroco gcc-lib-base" +BUILD_DEPENDS="slitaz-toolchain glibc-locale gcc+gcj" +DEPENDS="gettext-base acl libgomp ncurses glib libcroco gcc-lib-base" WEB_SITE="http://www.gnu.org/software/gettext/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"