diff options
author | abs <abs> | 2007-01-16 11:20:25 +0000 |
---|---|---|
committer | abs <abs> | 2007-01-16 11:20:25 +0000 |
commit | 36b05ef283e9799977ec40f039322a0f6ba50e72 (patch) | |
tree | 697368a541a231c222094715c1f772df18502539 /wm | |
parent | bc610bc76b25918f55f87be09eac32a0ed2af33d (diff) | |
download | pkgsrc-36b05ef283e9799977ec40f039322a0f6ba50e72.tar.gz |
fix modular X11 build
Diffstat (limited to 'wm')
-rw-r--r-- | wm/jwm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index ca3fbb0d570..48ad13693bf 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/05 16:56:54 abs Exp $ +# $NetBSD: Makefile,v 1.6 2007/01/16 11:20:25 abs Exp $ # DISTNAME= jwm-1.8 @@ -34,5 +34,4 @@ CONF_FILES= ${EGDIR}/system.jwmrc ${PKG_SYSCONFDIR}/system.jwmrc .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |