pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/eterm



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 09:58:41 UTC 2019

Modified Files:
        pkgsrc/x11/eterm: Makefile

Log Message:
eterm: Needs libXt


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/eterm/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/eterm/Makefile
diff -u pkgsrc/x11/eterm/Makefile:1.83 pkgsrc/x11/eterm/Makefile:1.84
--- pkgsrc/x11/eterm/Makefile:1.83      Sun Sep  1 12:08:17 2019
+++ pkgsrc/x11/eterm/Makefile   Mon Sep  9 09:58:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2019/09/01 12:08:17 nia Exp $
+# $NetBSD: Makefile,v 1.84 2019/09/09 09:58:40 nia Exp $
 
 DISTNAME=      Eterm-0.9.6
 PKGNAME=       ${DISTNAME:S/^E/e/}
@@ -34,6 +34,7 @@ EXTRACT_DIR.${PIXMAP_FILES}=  ${WRKSRC}
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXres/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.prefs.mk"
 BUILDLINK_DEPMETHOD.iconv?=    build



Home | Main Index | Thread Index | Old Index