svn commit: r462876 - head/math/octave-forge-database

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Feb 24 23:15:45 UTC 2018


Author: stephen
Date: Sat Feb 24 23:15:44 2018
New Revision: 462876
URL: https://svnweb.freebsd.org/changeset/ports/462876

Log:
  - Add missing run dependency.

Modified:
  head/math/octave-forge-database/Makefile

Modified: head/math/octave-forge-database/Makefile
==============================================================================
--- head/math/octave-forge-database/Makefile	Sat Feb 24 22:58:37 2018	(r462875)
+++ head/math/octave-forge-database/Makefile	Sat Feb 24 23:15:44 2018	(r462876)
@@ -12,6 +12,8 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
+RUN_DEPENDS+=	${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}


More information about the svn-ports-head mailing list