Browse Source

requires perl-openpkg now

master
parent
commit
78a3cc6060
  1. 6
      postgresql/postgresql.spec

6
postgresql/postgresql.spec

@ -40,7 +40,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: GPL
Version: %{V_postgresql}
Release: 20030124
Release: 20030128
# package options
%option with_cxx no
@ -62,8 +62,8 @@ BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, readline, flex, bison, zlib, openssl
PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_perl}" == "yes"
BuildPreReq: perl
PreReq: perl
BuildPreReq: perl, perl-openpkg
PreReq: perl, perl-openpkg
%endif
%if "%{with_odbc}" == "yes"
BuildPreReq: unixodbc

Loading…
Cancel
Save