diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2020-05-10 22:30:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2020-05-10 22:30:18 +0300 |
commit | 317abbe0c71753ce74099de4d8c4facc0c40c321 (patch) | |
tree | 367413917d161d438d13189c7b547e24e9e178e6 | |
parent | e11fd26ae0e52317156ea1626ac75514c85dbf77 (diff) |
fcgiwrap: typo fix
-rw-r--r-- | packages/www-server/fcgiwrap/fcgiwrap.exlib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/www-server/fcgiwrap/fcgiwrap.exlib b/packages/www-server/fcgiwrap/fcgiwrap.exlib index a48d4cf..93917a4 100644 --- a/packages/www-server/fcgiwrap/fcgiwrap.exlib +++ b/packages/www-server/fcgiwrap/fcgiwrap.exlib @@ -2,7 +2,8 @@ # Copyright 2020 Gluzskiy Alexandr <sss@sss.chaoslab.ru> -require github [ user=hnosek tag=${PV} branch=stable ] +require github [ user=gnosek tag=${PV} ] +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] SLOT="0" |