diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-16 23:02:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-16 23:02:49 +0000 |
commit | e4a7bb6220d139589b2a8548d910cdb1ae899bd9 (patch) | |
tree | c7a3f37bee431641cc45f16e545afaf2398c264e /time | |
parent | 33756b935a5cc2ebcde38bf090c4c0d822fe4d47 (diff) | |
download | pkgsrc-e4a7bb6220d139589b2a8548d910cdb1ae899bd9.tar.gz |
Modular Xorg support.
Diffstat (limited to 'time')
-rw-r--r-- | time/wmclockmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/wmclockmon/Makefile b/time/wmclockmon/Makefile index 80cfeece026..41c673c73a0 100644 --- a/time/wmclockmon/Makefile +++ b/time/wmclockmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/12/15 20:33:01 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/01/16 23:11:52 joerg Exp $ # DISTNAME= wmclockmon-0.8.1 @@ -13,5 +13,7 @@ COMMENT= Windowmaker dockapp for time/date GNU_CONFIGURE= yes .include "../../x11/gtk/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |