summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-15 16:38:05 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-15 16:38:05 +0000
commit708bbe76bfc46f3204af9e6c715c13781d7bab64 (patch)
tree19a44d72fade841c183edc738d983f38b72eeaca /time
parentec6b579bd7509eba6bd819198b579a73f28e7919 (diff)
downloadpkgsrc-708bbe76bfc46f3204af9e6c715c13781d7bab64.tar.gz
More dependencies for modular Xorg. Doesn't build right now due to
make issues.
Diffstat (limited to 'time')
-rw-r--r--time/wmtime/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/wmtime/Makefile b/time/wmtime/Makefile
index 05d5bb647f7..914907e89ef 100644
--- a/time/wmtime/Makefile
+++ b/time/wmtime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/15 20:33:01 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/15 16:38:05 joerg Exp $
#
DISTNAME= wmtime-1.0b2
@@ -18,5 +18,7 @@ BUILD_DIRS= ${CONFIGURE_DIRS}
post-extract:
${CP} ${WRKSRC}/Imakefile ${WRKSRC}/wmtime/Imakefile
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"