diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-15 16:38:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-15 16:38:05 +0000 |
commit | 71341207e3e0504cf20c8daa56013ebabd52cc35 (patch) | |
tree | 19a44d72fade841c183edc738d983f38b72eeaca /time/wmtime | |
parent | 78b87638774d8abd8dcefb44c957d3f02ba707b3 (diff) | |
download | pkgsrc-71341207e3e0504cf20c8daa56013ebabd52cc35.tar.gz |
More dependencies for modular Xorg. Doesn't build right now due to
make issues.
Diffstat (limited to 'time/wmtime')
-rw-r--r-- | time/wmtime/Makefile | 4 |
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" |