summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authortv <tv>2005-11-08 02:37:55 +0000
committertv <tv>2005-11-08 02:37:55 +0000
commit054678d8e369db0cd534a2afe1acd3a9b38e520a (patch)
tree4828a359c6141e44fbae5fcf912c3a0f0310616e /time
parent1c3dc23ba6155a0e5e9b3276267bf7d6fc525c3c (diff)
downloadpkgsrc-054678d8e369db0cd534a2afe1acd3a9b38e520a.tar.gz
Explicitly pull in xpm rather than depending on the base X11 install
to supply it.
Diffstat (limited to 'time')
-rw-r--r--time/wmclockmon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/wmclockmon/Makefile b/time/wmclockmon/Makefile
index 15d103f6390..9cdc4052dc1 100644
--- a/time/wmclockmon/Makefile
+++ b/time/wmclockmon/Makefile
@@ -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 @@ COMMENT= Windowmaker dockapp for time/date
GNU_CONFIGURE= yes
-.include "../../mk/x11.buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"