diff options
author | reed <reed> | 2006-08-07 13:33:01 +0000 |
---|---|---|
committer | reed <reed> | 2006-08-07 13:33:01 +0000 |
commit | 08febc633fc1f6beec7400b895e0b5e1a9f83a45 (patch) | |
tree | 31771ad044b93e51f39dc48e0fc75006c928645e /wm | |
parent | 3480fdbae68dce0413d622bd4d3350f597906102 (diff) | |
download | pkgsrc-08febc633fc1f6beec7400b895e0b5e1a9f83a45.tar.gz |
Use the pkgsrc dependencies for Xft2 and xpm (instead of wip).
Diffstat (limited to 'wm')
-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" |