OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jun-2004 11:54:43
Branch: HEAD Handle: 2004060210544200
Modified files:
openpkg-src/groff groff.spec
Log:
requires GNU make because of $< construct (Problem was: BSD make does
not call shdeps.sh)
Summary:
Revision Changes Path
1.40 +2 -2 openpkg-src/groff/groff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/groff/groff.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 groff.spec
--- openpkg-src/groff/groff.spec 13 May 2004 18:16:23 -0000 1.39
+++ openpkg-src/groff/groff.spec 2 Jun 2004 09:54:42 -0000 1.40
@@ -34,7 +34,7 @@
Group: Text
License: GPL
Version: 1.19.1
-Release: 20040513
+Release: 20040602
# list of sources
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, bison, gcc, texinfo
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, bison, gcc, texinfo
PreReq: OpenPKG, openpkg >= 20040130, perl
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]