Browse Source

install procedure works only reliably with GNU make

master
parent
commit
ca9be61b63
  1. 4
      imagemagick/imagemagick.spec

4
imagemagick/imagemagick.spec

@ -32,7 +32,7 @@ Distribution: OpenPKG [EXP]
Group: Graphics
License: GPL
Version: 5.4.1
Release: 20011121.0
Release: 20011124.0
# list of sources
Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{version}.tar.gz
@ -40,7 +40,7 @@ Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{version}.t
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 0.9-20011025.0
BuildPreReq: OpenPKG, openpkg >= 0.9-20011025.0, make
PreReq: OpenPKG, openpkg >= 0.9-20011025.0
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save