diff options
Diffstat (limited to 'wm/tvtwm/Makefile')
-rw-r--r-- | wm/tvtwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/tvtwm/Makefile b/wm/tvtwm/Makefile index 05342187574..197cb256b30 100644 --- a/wm/tvtwm/Makefile +++ b/wm/tvtwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:55 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/12/15 20:33:02 joerg Exp $ DISTNAME= tvtwm.pl11 PKGNAME= tvtwm-11 @@ -12,5 +12,5 @@ COMMENT= Classic twm with virtual desktop support WRKSRC= ${WRKDIR}/tvtwm USE_IMAKE= YES -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |