record USE_NOEXECONLY in sqlports

This commit is contained in:
sthen 2023-01-09 17:09:55 +00:00
parent fb8ff56467
commit 8944205b73
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
CATEGORIES = databases
V = 7.36
V = 7.37
DISTNAME = sqlports-$V
DISTFILES =
COMMENT-main = sqlite database of ports
@ -7,8 +7,6 @@ COMMENT-list = full list of pkgpaths in ports
MAINTAINER = Marc Espie <espie@openbsd.org>
PKGNAME-list = portslist-$V
REVISION-main = 0
PERMIT_PACKAGE = Yes
MULTI_PACKAGES = -main -list

View File

@ -1,4 +1,4 @@
# $OpenBSD: Info.pm,v 1.35 2021/02/25 23:26:30 espie Exp $
# $OpenBSD: Info.pm,v 1.36 2023/01/09 17:09:55 sthen Exp $
#
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
@ -100,6 +100,7 @@ our $vars = {
USE_GMAKE => 'YesNoVar',
USE_GROFF => 'YesNoVar',
USE_LIBTOOL => 'YesNoGnuVar',
USE_NOEXECONLY => 'YesNoVar',
USE_WXNEEDED => 'YesNoSpecialVar',
COMPILER => 'DefinedVar',
COMPILER_LANGS => 'DefinedVar',