diff options
Diffstat (limited to 'math/octave-forge-informationtheory/Makefile')
-rw-r--r-- | math/octave-forge-informationtheory/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/octave-forge-informationtheory/Makefile b/math/octave-forge-informationtheory/Makefile index 6598b4afd237..4b2373be1411 100644 --- a/math/octave-forge-informationtheory/Makefile +++ b/math/octave-forge-informationtheory/Makefile @@ -12,7 +12,10 @@ WWW= https://packages.octave.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= octave + GNU_CONFIGURE= yes -.include "${.CURDIR}/../../Mk/bsd.octave.mk" +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} + .include <bsd.port.mk> |