aboutsummaryrefslogtreecommitdiff
path: root/graphics/geomview
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-01 17:37:41 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-01 17:37:41 +0000
commitcd419fd1dfe3dc76a40073fe54d2993054dfc88c (patch)
tree0d46946c2159598fd9c10d0de4a1de55f32e5a3e /graphics/geomview
parent9426d28e77d5bf1aef929c1bfae9132ce2abb8d6 (diff)
downloadports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.tar.gz
ports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.zip
Make those ports more likely to build with texinfo from ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=360062
Diffstat (limited to 'graphics/geomview')
-rw-r--r--graphics/geomview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 636196da4e4f..17cd5f7f770f 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -13,7 +13,7 @@ LICENSE= LGPL21
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
-USES= libtool motif tar:bzip2
+USES= libtool makeinfo motif tar:bzip2
USE_GL= glu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-htmlbrowser=xdg-open --with-pdfviewer=xdg-open \
@@ -38,7 +38,7 @@ post-patch:
${WRKSRC}/src/bin/geomview/x11/Makefile.in
post-build:
- @(cd ${WRKSRC}/doc && /usr/bin/makeinfo --no-split --no-validate \
+ @(cd ${WRKSRC}/doc && makeinfo --no-split --no-validate \
-o geomview.info geomview.texi)
post-install: