wok rev 9660

make: use cleaner var order
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 01 08:12:04 2011 +0200 (2011-05-01)
parents 6460ccb2837a
children 6ec16466ed5c
files make/receipt
line diff
     1.1 --- a/make/receipt	Sun May 01 08:10:43 2011 +0200
     1.2 +++ b/make/receipt	Sun May 01 08:12:04 2011 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU Make to generate executables and other files from source."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="gcc"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/make/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +BUILD_DEPENDS="gcc"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {