From: Michael Tremer Date: Wed, 17 Feb 2010 20:32:09 +0000 (+0100) Subject: intltool: Cleanup makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e350936dc8b2508faf77fd9d9d2a3ce6b8bdaf13;p=ipfire-3.x.git intltool: Cleanup makefile. --- diff --git a/pkgs/core/intltool/intltool.nm b/pkgs/core/intltool/intltool.nm index 7681cbcbc..d3bf69196 100644 --- a/pkgs/core/intltool/intltool.nm +++ b/pkgs/core/intltool/intltool.nm @@ -40,18 +40,9 @@ define PKG_DESCRIPTION them in the po files. endef -PKG_BUILD_DEPS+= expat gettext perl-xml-parser -PKG_DEPS += +PKG_DEPS += expat gettext perl-xml-parser PKG_TARBALL = $(THISAPP).tar.bz2 -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static \ - --mandir=/usr/share/man -endef - +CONFIGURE_OPTIONS += \ + --mandir=/usr/share/man