wok-4.x rev 1434
Fix: Missing deps to build rpm4.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Oct 01 00:24:40 2008 +0200 (2008-10-01) |
parents | 2aa439578fcc |
children | e906460e922d |
files | rpm4/receipt |
line diff
1.1 --- a/rpm4/receipt Wed Oct 01 00:01:24 2008 +0200 1.2 +++ b/rpm4/receipt Wed Oct 01 00:24:40 2008 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="RPM Package Manager" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="" 1.7 -BUILD_DEPENDS="beecrypt beecrypt-dev" 1.8 +BUILD_DEPENDS="beecrypt beecrypt-dev popt-dev gettext" 1.9 SOURCE="rpm" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.rpm.org/"