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/libflame | |
parent | Update to the 20140522 snapshot of GCC 4.8.4 which is pretty much the (diff) |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355316
Diffstat (limited to 'math/libflame')
-rw-r--r-- | math/libflame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index e2f374398940..9ebe95e41cd9 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes USE_CSTD= c99 -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS = --enable-dynamic-build --enable-static-build |