pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE-flex: turn off doxygen option that I had enabled for testing



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Mar 21 21:42:02 2024 +0100
Changeset:	b05e6ead65893630d8efa6d8923a9d01a4e3c312

Modified Files:
	RE-flex/options.mk

Log Message:
RE-flex: turn off doxygen option that I had enabled for testing

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b05e6ead65893630d8efa6d8923a9d01a4e3c312

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 RE-flex/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/RE-flex/options.mk b/RE-flex/options.mk
index f0f949cde5..e1c36e8453 100644
--- a/RE-flex/options.mk
+++ b/RE-flex/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.RE-flex
 PKG_SUPPORTED_OPTIONS=	cpu-optimization doxygen examples
-PKG_SUGGESTED_OPTIONS=	doxygen examples
+PKG_SUGGESTED_OPTIONS=	examples
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index