diff options
Diffstat (limited to 'math/octave-forge-miscellaneous/Makefile')
-rw-r--r-- | math/octave-forge-miscellaneous/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index cdaf74e9a3e2..e0a1cf16b758 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -18,7 +18,7 @@ OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general +RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general .include "${.CURDIR}/../../Mk/bsd.octave.mk" |