mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
record USE_NOEXECONLY in sqlports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user