pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/eterm Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f97616aed15e
branches:  trunk
changeset: 523862:f97616aed15e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 14 11:07:34 2007 +0000

description:
Modular Xorg support.

diffstat:

 x11/eterm/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3c09e11aeea8 -r f97616aed15e x11/eterm/Makefile
--- a/x11/eterm/Makefile        Sun Jan 14 11:06:02 2007 +0000
+++ b/x11/eterm/Makefile        Sun Jan 14 11:07:34 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/11/25 14:01:18 sketch Exp $
+# $NetBSD: Makefile,v 1.51 2007/01/14 11:07:34 joerg Exp $
 
 DISTNAME=      Eterm-0.9.4
 PKGNAME=       ${DISTNAME:S/^E/e/}
@@ -53,6 +53,9 @@
 
 .include "../../devel/libast/buildlink3.mk"
 .include "../../graphics/imlib2/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXres/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index