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: 05-Apr-2004 16:19:39
Branch: OPENPKG_2_0_SOLID Handle: 2004040515193900
Modified files: (Branch: OPENPKG_2_0_SOLID)
openpkg-src/webalizer webalizer.spec
Log:
MFC: fix build-time dependencies
Summary:
Revision Changes Path
1.17.2.2 +5 -1 openpkg-src/webalizer/webalizer.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/webalizer/webalizer.spec
============================================================================
$ cvs diff -u -r1.17.2.1 -r1.17.2.2 webalizer.spec
--- openpkg-src/webalizer/webalizer.spec 18 Feb 2004 14:52:20 -0000
1.17.2.1
+++ openpkg-src/webalizer/webalizer.spec 5 Apr 2004 14:19:39 -0000
1.17.2.2
@@ -38,7 +38,7 @@
Group: Web
License: GPL
Version: %{V_here}
-Release: 2.0.0
+Release: 2.0.1
# package options
%option with_dns no
@@ -53,6 +53,10 @@
PreReq: OpenPKG, openpkg >= 2.0.0
BuildPreReq: gd, png, zlib, db >= 4.1.24
PreReq: gd, png, zlib, db >= 4.1.24
+%if "%{with_dns}" == "yes"
+BuildPreReq: db::with_compat = yes
+PreReq: db::with_compat = yes
+%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]