diff options
author | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
commit | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (patch) | |
tree | 84f66b46f238f46928efc905cad1b88a2d96c668 /core/groff | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Sat May 18 02:12:59 PDT 2013
Diffstat (limited to 'core/groff')
-rw-r--r-- | core/groff/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD index cf727defa..005d95ca5 100644 --- a/core/groff/PKGBUILD +++ b/core/groff/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 178100 2013-02-16 08:46:34Z allan $ +# $Id: PKGBUILD 185682 2013-05-17 08:28:58Z tpowa $ # Maintainer: pkgname=groff pkgver=1.22.2 -pkgrel=2 +pkgrel=3 pkgdesc="GNU troff text-formatting system" arch=('i686' 'x86_64') url="http://www.gnu.org/software/groff/groff.html" license=('GPL') groups=('base-devel') depends=('perl' 'gcc-libs') -makedepends=('netpbm' 'psutils' 'ghostscript') +makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw') optdepends=('netpbm: for use together with man -H command interaction in browsers' - 'psutils: for use together with man -H command interaction in browsers') + 'psutils: for use together with man -H command interaction in browsers' + 'libxaw: for gxditview') source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig} site.tmac) options=('!docs' '!emptydirs') @@ -23,7 +24,7 @@ md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16' build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --without-x + ./configure --prefix=/usr --with-x --with-appresdir=/usr/share/X11/app-defaults make } |