OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Mar-2003 14:55:25
Branch: HEAD Handle: 2003030513552400
Modified files:
openpkg-src/bind bind.spec
Log:
fix typos in conditional dependencies
Summary:
Revision Changes Path
1.42 +2 -2 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 bind.spec
--- openpkg-src/bind/bind.spec 5 Mar 2003 12:59:57 -0000 1.41
+++ openpkg-src/bind/bind.spec 5 Mar 2003 13:55:24 -0000 1.42
@@ -70,11 +70,11 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20021002, make, openssl
PreReq: OpenPKG, openpkg >= 20021002
-%if "{with_dlz_mysql}" == "yes"
+%if "%{with_dlz_mysql}" == "yes"
BuildPreReq: MYSQL
PreReq: MYSQL
%endif
-%if "{with_dlz_postgres}" == "yes"
+%if "%{with_dlz_postgres}" == "yes"
BuildPreReq: postgresql
PreReq: postgresql
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]