diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 02:37:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 02:37:55 +0000 |
commit | aafa5bcf4148350c3e6ce76756fcc5d0e5775193 (patch) | |
tree | 4828a359c6141e44fbae5fcf912c3a0f0310616e /time | |
parent | 55dfaf733d44e82c8bdd03531a4a5b544c97a80c (diff) | |
download | pkgsrc-aafa5bcf4148350c3e6ce76756fcc5d0e5775193.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/Makefile | 4 |
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" |