OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Feb-2007 09:29:57
Branch: HEAD Handle: 2007020108295700
Modified files:
openpkg-src/darcs darcs.spec
Log:
add missing dependencies
Summary:
Revision Changes Path
1.2 +4 -4 openpkg-src/darcs/darcs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/darcs/darcs.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 darcs.spec
--- openpkg-src/darcs/darcs.spec 27 Jan 2007 21:13:09 -0000 1.1
+++ openpkg-src/darcs/darcs.spec 1 Feb 2007 08:29:57 -0000 1.2
@@ -33,7 +33,7 @@
Group: SCM
License: GPL/LGPL
Version: 1.0.9rc2
-Release: 20070127
+Release: 20070201
# package options
%option with_git no
@@ -47,8 +47,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, ghc
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: curl
-PreReq: curl
+BuildPreReq: curl, openssl, zlib, ncurses
+PreReq: curl, openssl, zlib, ncurses
%if "%{with_git}" == "yes"
BuildPreReq: git
PreReq: git
@@ -87,7 +87,7 @@
%else
--disable-git \
%endif
- --without-curses \
+ --with-curses \
--without-wx \
--without-docs \
--with-static-libs
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]