diff options
author | thor <thor@pkgsrc.org> | 2022-07-07 13:40:40 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2022-07-07 13:40:40 +0000 |
commit | 4839a1332be166c91789fd34dce7835166de3ba8 (patch) | |
tree | a6ba2a0397cc60ddd9d4a0ad9645a47a27e79b5c | |
parent | 2ab9a172722513e1374a346d0c2b8b6550d9c75d (diff) | |
download | pkgsrc-4839a1332be166c91789fd34dce7835166de3ba8.tar.gz |
math/arpack-ng: add header to make pkglint happy
-rw-r--r-- | math/arpack-ng/options.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/arpack-ng/options.mk b/math/arpack-ng/options.mk index 5487046267c..175334ff20f 100644 --- a/math/arpack-ng/options.mk +++ b/math/arpack-ng/options.mk @@ -1,3 +1,5 @@ +# $NetBSD: options.mk,v 1.2 2022/07/07 13:40:40 thor Exp $ + PKG_OPTIONS_VAR= PKG_OPTIONS.arpack-ng PKG_SUPPORTED_OPTIONS= mpi PKG_SUGGESTED_OPTIONS= |