OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jul-2004 12:45:22
Branch: HEAD Handle: 2004070711451800
Modified files:
openpkg-src/lesstif lesstif.spec
Log:
add dependency to xft, programs linking against it would be hit by
unresolved references otherwise
Summary:
Revision Changes Path
1.23 +3 -3 openpkg-src/lesstif/lesstif.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lesstif/lesstif.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 lesstif.spec
--- openpkg-src/lesstif/lesstif.spec 7 Feb 2004 17:56:05 -0000 1.22
+++ openpkg-src/lesstif/lesstif.spec 7 Jul 2004 10:45:18 -0000 1.23
@@ -34,7 +34,7 @@
Group: XWindow
License: LGPL
Version: 0.93.94
-Release: 20040207
+Release: 20040707
# list of sources
Source0: http://osdn.dl.sourceforge.net/lesstif/lesstif-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11, gcc
-PreReq: OpenPKG, openpkg >= 20040130, X11
+BuildPreReq: OpenPKG, openpkg >= 20040130, X11, gcc, xft
+PreReq: OpenPKG, openpkg >= 20040130, X11, xft
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]