pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xbanish



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:26:51 UTC 2020

Modified Files:
        pkgsrc/x11/xbanish: Makefile

Log Message:
Needs libXt.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xbanish/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/xbanish/Makefile
diff -u pkgsrc/x11/xbanish/Makefile:1.2 pkgsrc/x11/xbanish/Makefile:1.3
--- pkgsrc/x11/xbanish/Makefile:1.2     Fri Jan 31 18:40:13 2020
+++ pkgsrc/x11/xbanish/Makefile Thu Mar 26 02:26:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/31 18:40:13 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/26 02:26:51 joerg Exp $
 
 DISTNAME=      xbanish-1.6
 PKGREVISION=   1
@@ -17,4 +17,5 @@ MAKE_FLAGS+=  LDPATH=${X11_LDFLAGS:Q}\ ${
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index