svn commit: r351517 - head/math/octave-forge-video
Stephen Montgomery-Smith
stephen at FreeBSD.org
Fri Apr 18 03:43:48 UTC 2014
Author: stephen
Date: Fri Apr 18 03:43:47 2014
New Revision: 351517
URL: http://svnweb.freebsd.org/changeset/ports/351517
QAT: https://qat.redports.org/buildarchive/r351517/
Log:
- Add a definition of HOME to configure_args, because octave likes to write
.octave_hist into ${HOME}.
Reported by: marino@
Modified:
head/math/octave-forge-video/Makefile
Modified: head/math/octave-forge-video/Makefile
==============================================================================
--- head/math/octave-forge-video/Makefile Fri Apr 18 03:12:16 2014 (r351516)
+++ head/math/octave-forge-video/Makefile Fri Apr 18 03:43:47 2014 (r351517)
@@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE
USES= pkgconfig
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= HOME=${WRKSRC}
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
More information about the svn-ports-all
mailing list