diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:28:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:28:33 +0000 |
commit | e9ed236366ed8190657f95c51ec0628c6f21f3b9 (patch) | |
tree | f7794e9d736d200d0e377d9ad097ba09aae60f01 /math/fxt | |
parent | a1ca7d805cc555fbdf112aaa951c8f2777273c38 (diff) |
Notes
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 2ce9cd9adac8..84c568c46bb9 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -12,7 +12,7 @@ COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake MAKEFILE= makefile NO_STAGE= yes |