diff options
Diffstat (limited to 'time/wmtime/Makefile')
-rw-r--r-- | time/wmtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/wmtime/Makefile b/time/wmtime/Makefile index 0941877578b..05d5bb647f7 100644 --- a/time/wmtime/Makefile +++ b/time/wmtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:53 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/12/15 20:33:01 joerg Exp $ # DISTNAME= wmtime-1.0b2 @@ -18,5 +18,5 @@ BUILD_DIRS= ${CONFIGURE_DIRS} post-extract: ${CP} ${WRKSRC}/Imakefile ${WRKSRC}/wmtime/Imakefile -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |