OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-May-2004 11:42:36
Branch: HEAD Handle: 2004051810423600
Modified files:
openpkg-src/arpoison arpoison.spec
Log:
fix dependencies
Summary:
Revision Changes Path
1.2 +3 -1 openpkg-src/arpoison/arpoison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/arpoison/arpoison.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 arpoison.spec
--- openpkg-src/arpoison/arpoison.spec 18 May 2004 09:40:12 -0000 1.1
+++ openpkg-src/arpoison/arpoison.spec 18 May 2004 09:42:36 -0000 1.2
@@ -42,8 +42,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: libnet
+PreReq: libnet
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]