pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/flex
Module Name: pkgsrc
Committed By: cheusov
Date: Tue Apr 30 12:06:15 UTC 2024
Modified Files:
pkgsrc/devel/flex: Makefile options.mk
Log Message:
Add "gettext" to USE_TOOLS only if "nls" option is enabled
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/flex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/flex/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/flex/Makefile
diff -u pkgsrc/devel/flex/Makefile:1.65 pkgsrc/devel/flex/Makefile:1.66
--- pkgsrc/devel/flex/Makefile:1.65 Tue Apr 30 11:35:04 2024
+++ pkgsrc/devel/flex/Makefile Tue Apr 30 12:06:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2024/04/30 11:35:04 cheusov Exp $
+# $NetBSD: Makefile,v 1.66 2024/04/30 12:06:15 cheusov Exp $
DISTNAME= flex-2.6.4
CATEGORIES= devel lang
@@ -17,7 +17,7 @@ USE_LANGUAGES= c99 c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gm4:run gmake makeinfo gettext
+USE_TOOLS+= gm4:run gmake makeinfo
GNU_CONFIGURE= yes
INFO_FILES= yes
Index: pkgsrc/devel/flex/options.mk
diff -u pkgsrc/devel/flex/options.mk:1.1 pkgsrc/devel/flex/options.mk:1.2
--- pkgsrc/devel/flex/options.mk:1.1 Tue Apr 30 11:35:04 2024
+++ pkgsrc/devel/flex/options.mk Tue Apr 30 12:06:15 2024
@@ -8,6 +8,7 @@ PLIST_VARS+= nls
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mnls)
+USE_TOOLS+= gettext
.include "../../devel/gettext-lib/buildlink3.mk"
PLIST.nls= yes
.else
Home |
Main Index |
Thread Index |
Old Index