diff options
author | stephen <stephen@FreeBSD.org> | 2011-06-14 13:44:32 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-06-14 13:44:32 +0800 |
commit | 82b9924d8877218580690f6df531491667914de8 (patch) | |
tree | a93ceb2e4fb03fc48e3161e59d8041c5f4eae4e9 /math | |
parent | b44a6785f6d0fcd17f2c55f8b62d9c4068ead0d4 (diff) | |
download | freebsd-ports-gnome-82b9924d8877218580690f6df531491667914de8.tar.gz freebsd-ports-gnome-82b9924d8877218580690f6df531491667914de8.tar.zst freebsd-ports-gnome-82b9924d8877218580690f6df531491667914de8.zip |
Added RUN_DEPENDS math/octave-forge-struct to Makefile
PR: 157482
Approved by: maho (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-optim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 4adade1ef396..339b7c57b180 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -15,6 +15,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous +RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" |