diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-18 02:35:03 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-18 02:35:03 +0800 |
commit | 3614ef4c6a1e5bd2fb17302b3e76314fc6cb0e8a (patch) | |
tree | feec9eda106b9c3b7fcd746b47a0de57b1cf2f29 /devel | |
parent | 6a27a46b28a481ad4986d9e6bdceb97128393e2c (diff) | |
download | freebsd-ports-gnome-3614ef4c6a1e5bd2fb17302b3e76314fc6cb0e8a.tar.gz freebsd-ports-gnome-3614ef4c6a1e5bd2fb17302b3e76314fc6cb0e8a.tar.zst freebsd-ports-gnome-3614ef4c6a1e5bd2fb17302b3e76314fc6cb0e8a.zip |
devel/libsimdpp: Correct PORTSCOUT
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsimdpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsimdpp/Makefile b/devel/libsimdpp/Makefile index ef27f20f1bc9..70c9640e9660 100644 --- a/devel/libsimdpp/Makefile +++ b/devel/libsimdpp/Makefile @@ -11,7 +11,7 @@ COMMENT= Header-only zero-overhead C++ wrapper of SIMD instructions LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt -PORTSCOUT= limit:^cxx98.* +PORTSCOUT= skipv:^cxx98.* USES= cmake:outsource USE_GITHUB= yes |