pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/wmtime



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul  7 08:29:24 UTC 2023

Modified Files:
        pkgsrc/time/wmtime: Makefile

Log Message:
wmtime: Add missing libiconv dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/time/wmtime/Makefile

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

Modified files:

Index: pkgsrc/time/wmtime/Makefile
diff -u pkgsrc/time/wmtime/Makefile:1.21 pkgsrc/time/wmtime/Makefile:1.22
--- pkgsrc/time/wmtime/Makefile:1.21    Tue Nov 24 11:36:31 2020
+++ pkgsrc/time/wmtime/Makefile Fri Jul  7 08:29:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/11/24 11:36:31 nia Exp $
+# $NetBSD: Makefile,v 1.22 2023/07/07 08:29:24 nia Exp $
 
 DISTNAME=      wmtime-1.4
 CATEGORIES=    time x11
@@ -18,6 +18,7 @@ MAKE_FLAGS+=  MANDIR=${PREFIX}/${PKGMANDI
 
 BUILD_TARGET=  wmtime
 
+.include "../../converters/libiconv/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libdockapp+=     libdockapp>=0.7.0
 .include "../../devel/libdockapp/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"



Home | Main Index | Thread Index | Old Index