Date: Sat, 24 Feb 2018 23:15:45 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462876 - head/math/octave-forge-database Message-ID: <201802242315.w1ONFjtM069196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802242315.w1ONFjtM069196>