pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/rxvt-unicode



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 17 10:20:04 UTC 2021

Modified Files:
        pkgsrc/x11/rxvt-unicode: Makefile

Log Message:
rxvt-unicode: needs libXt for Intrinsic.h


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/rxvt-unicode/Makefile

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

Modified files:

Index: pkgsrc/x11/rxvt-unicode/Makefile
diff -u pkgsrc/x11/rxvt-unicode/Makefile:1.65 pkgsrc/x11/rxvt-unicode/Makefile:1.66
--- pkgsrc/x11/rxvt-unicode/Makefile:1.65       Fri May 28 05:24:10 2021
+++ pkgsrc/x11/rxvt-unicode/Makefile    Fri Sep 17 10:20:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2021/05/28 05:24:10 triaxx Exp $
+# $NetBSD: Makefile,v 1.66 2021/09/17 10:20:04 nia Exp $
 
 DISTNAME=      rxvt-unicode-9.26
 CATEGORIES=    x11
@@ -35,5 +35,6 @@ post-install:
 .include "options.mk"
 
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index