Browse Source

pick up our perl

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
400322faf7
  1. 5
      groff/groff.spec

5
groff/groff.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Text
License: GPL
Version: 1.19
Release: 20030429
Release: 20030801
# list of sources
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@ -42,7 +42,7 @@ Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20021204, bison, gcc, texinfo
PreReq: OpenPKG, openpkg >= 20021204
PreReq: OpenPKG, openpkg >= 20021204, perl
AutoReq: no
AutoReqProv: no
@ -58,6 +58,7 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \
CXX="%{l_cxx}" \
CXXFLAGS="%{l_cxxflags -O}" \
PERLPATH="%{l_prefix}/bin/perl" \
%{l_bash} ./configure \
--prefix=%{l_prefix}
PATH="`pwd`/src/roff/troff:$PATH"

Loading…
Cancel
Save