aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/enblend
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2017-07-29 05:45:20 +0800
committerjkim <jkim@FreeBSD.org>2017-07-29 05:45:20 +0800
commit37f42e3731b6421168cc6d1376fe8e064a767d16 (patch)
treea79f71211dc0ed6f08a805235e59f1fc3946e774 /graphics/enblend
parent184408c6f2a3d7e6645a3e28cf294fc9a0943e2e (diff)
downloadfreebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.tar.gz
freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.tar.zst
freebsd-ports-gnome-37f42e3731b6421168cc6d1376fe8e064a767d16.zip
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027 Reviewed by: mat Approved by: portmgr (antoine)
Diffstat (limited to 'graphics/enblend')
-rw-r--r--graphics/enblend/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 15e462be156f..df1a6d00e395 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -28,10 +28,7 @@ BROKEN_powerpc64= fails to configure: libvigraimpex is required to compile Enble
USE_AUTOTOOLS= automake:env autoconf:env
USES= compiler:features gmake jpeg localbase makeinfo
-# We need a newer version of makeinfo for this.
-# Remove this line when we remove texinfo from the base system.
-CONFIGURE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo" \
- --with-boost-filesystem
+CONFIGURE_ARGS= --with-boost-filesystem
USE_GL= glew glut
GNU_CONFIGURE= yes