summaryrefslogtreecommitdiff
path: root/core/groff/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/groff/PKGBUILD')
-rw-r--r--core/groff/PKGBUILD11
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
}