diff options
author | reed <reed@pkgsrc.org> | 2006-08-07 13:33:01 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-08-07 13:33:01 +0000 |
commit | 48ee3e05b28c62913680bac18d764ecab63cd38b (patch) | |
tree | 31771ad044b93e51f39dc48e0fc75006c928645e | |
parent | e0b8ae7666c48d2651ea4160879540ea282a90bf (diff) | |
download | pkgsrc-48ee3e05b28c62913680bac18d764ecab63cd38b.tar.gz |
Use the pkgsrc dependencies for Xft2 and xpm (instead of wip).
-rw-r--r-- | wm/jwm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index e55fc35a4d6..5a2b8ee59d2 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/04 01:08:21 reed Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/07 13:33:01 reed Exp $ # DISTNAME= jwm-1.7 @@ -32,9 +32,7 @@ CONF_FILES= ${EGDIR}/system.jwmrc ${PKG_SYSCONFDIR}/system.jwmrc .include "options.mk" -#.include "../../fonts/Xft2/buildlink3.mk" -#.include "../../graphics/xpm/buildlink3.mk" -.include "../../wip/libXft/buildlink3.mk" -.include "../../wip/libXpm/buildlink3.mk" +.include "../../fonts/Xft2/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |