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: 31-Aug-2006 21:03:58
Branch: HEAD Handle: 2006083120035600
Modified files:
openpkg-src/wireshark wireshark.spec
Log:
fix dependencies
Summary:
Revision Changes Path
1.5 +5 -5 openpkg-src/wireshark/wireshark.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wireshark/wireshark.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 wireshark.spec
--- openpkg-src/wireshark/wireshark.spec 31 Aug 2006 08:26:58 -0000
1.4
+++ openpkg-src/wireshark/wireshark.spec 31 Aug 2006 19:03:56 -0000
1.5
@@ -50,14 +50,14 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, perl, sed
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, perl, sed, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: libpcap, gcrypt, glib2
+PreReq: libpcap, gcrypt, glib2
%if "%{with_gui}" == "yes"
-BuildPreReq: glib2, gtk2
-PreReq: glib2, gtk2
+BuildPreReq: gtk2
+PreReq: gtk2
%endif
-BuildPreReq: libpcap, gcrypt
-PreReq: libpcap, gcrypt
%if "%{with_zlib}" == "yes"
BuildPreReq: zlib
PreReq: zlib
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]