pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/pdmenu



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Sun Jan  5 14:29:15 UTC 2025

Modified Files:
        pkgsrc/misc/pdmenu: Makefile

Log Message:
pdmenu: fixed missing bl3 for systems without builtin intl


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/misc/pdmenu/Makefile

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

Modified files:

Index: pkgsrc/misc/pdmenu/Makefile
diff -u pkgsrc/misc/pdmenu/Makefile:1.41 pkgsrc/misc/pdmenu/Makefile:1.42
--- pkgsrc/misc/pdmenu/Makefile:1.41    Sat Jan  4 15:34:52 2025
+++ pkgsrc/misc/pdmenu/Makefile Sun Jan  5 14:29:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2025/01/04 15:34:52 ktnb Exp $
+# $NetBSD: Makefile,v 1.42 2025/01/05 14:29:15 ktnb Exp $
 
 DISTNAME=      pdmenu-1.3.6
 CATEGORIES=    misc
@@ -45,4 +45,5 @@ post-install:
 CONF_FILES=    ${DESTDIR}${PREFIX}/share/examples/pdmenu/pdmenurc ${PKG_SYSCONFDIR}/pdmenurc
 
 .include "../../devel/libslang/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index