diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 22:14:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 22:14:20 +0000 |
commit | a2c187792fda96feb9b8f3d24de2c84ae15ca449 (patch) | |
tree | 23a78c8aa365f431d55279bb6684f07e094517ff /math | |
parent | 5088e6e736b78c0c7ffd232dec4f324f84f38d27 (diff) | |
download | ports-a2c187792fda96feb9b8f3d24de2c84ae15ca449.tar.gz ports-a2c187792fda96feb9b8f3d24de2c84ae15ca449.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/sympow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/sympow/Makefile b/math/sympow/Makefile index db0e79be1ec1..de88f93f82f8 100644 --- a/math/sympow/Makefile +++ b/math/sympow/Makefile @@ -16,13 +16,13 @@ BUILD_DEPENDS= help2man:misc/help2man \ bash:shells/bash LIB_DEPENDS= libpari.so:math/pari +USES= compiler:c++11-lang gmake shebangfix +SHEBANG_FILES= ${CONFIGURE_SCRIPT} + USE_GITLAB= yes GL_ACCOUNT= rezozer/forks GL_COMMIT= 7fd4d97cabc07951200b98ee841afc4151c2c287 -USES= gmake shebangfix -SHEBANG_FILES= ${CONFIGURE_SCRIPT} - HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure |