diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-30 17:49:45 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-30 17:54:39 +0000 |
commit | 8231864a3b0376f9df37cc3904c4e217efc6110d (patch) | |
tree | 1527743df58dab8dec2dc27426e051818ed96898 /math/octave-forge-simp/Makefile | |
parent | c87a22b7f399da0a3446fb75c57eaba8dc7769ca (diff) | |
download | ports-8231864a3b0376f9df37cc3904c4e217efc6110d.tar.gz ports-8231864a3b0376f9df37cc3904c4e217efc6110d.zip |
Diffstat (limited to 'math/octave-forge-simp/Makefile')
-rw-r--r-- | math/octave-forge-simp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/octave-forge-simp/Makefile b/math/octave-forge-simp/Makefile index 03f72469849e..5fcda7c7b20e 100644 --- a/math/octave-forge-simp/Makefile +++ b/math/octave-forge-simp/Makefile @@ -12,7 +12,10 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +USES= octave + GNU_CONFIGURE= yes -.include "${.CURDIR}/../../Mk/bsd.octave.mk" +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} + .include <bsd.port.mk> |