Browse Source

using virtual package MYSQL

Michael van Elst 23 years ago
parent
commit
eacad0cdfd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      postfix/postfix.spec

+ 3 - 3
postfix/postfix.spec

@@ -38,7 +38,7 @@ Distribution: OpenPKG [BASE]
 Group:        Mail
 License:      IPL
 Version:      %{V_postfix}
-Release:      20030115
+Release:      20030116
 
 #   package options
 %option       with_tls       no
@@ -68,8 +68,8 @@ BuildPreReq:  sasl
 PreReq:       sasl
 %endif
 %if "%{with_mysql}" == "yes"
-BuildPreReq:  mysql
-PreReq:       mysql
+BuildPreReq:  MYSQL
+PreReq:       MYSQL
 %endif
 AutoReq:      no
 AutoReqProv:  no