pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/wmclockmon Explicitly pull in xpm rather than dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e989db1fbef2
branches:  trunk
changeset: 502662:e989db1fbef2
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 02:37:55 2005 +0000

description:
Explicitly pull in xpm rather than depending on the base X11 install
to supply it.

diffstat:

 time/wmclockmon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e8b3ddd2aea4 -r e989db1fbef2 time/wmclockmon/Makefile
--- a/time/wmclockmon/Makefile  Tue Nov 08 02:25:37 2005 +0000
+++ b/time/wmclockmon/Makefile  Tue Nov 08 02:37:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/06/23 22:06:33 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/08 02:37:55 tv Exp $
 #
 
 DISTNAME=      wmclockmon-0.8.1
@@ -11,6 +11,6 @@
 
 GNU_CONFIGURE= yes
 
-.include "../../mk/x11.buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index