diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 15:01:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 15:01:17 +0000 |
commit | ca2e3538e82fde541664b28b707c5bb92aab75e1 (patch) | |
tree | 038d898eda05b46d2598ad9d8c518ab81e978a82 /wm/bbrun | |
parent | f1b350d4b9b8892389e293e936721c287ac5fa00 (diff) | |
download | pkgsrc-ca2e3538e82fde541664b28b707c5bb92aab75e1.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/bbrun')
-rw-r--r-- | wm/bbrun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile index 5af8aec49a8..ebb40d434eb 100644 --- a/wm/bbrun/Makefile +++ b/wm/bbrun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/12/15 20:33:01 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/08 15:04:45 joerg Exp $ DISTNAME= bbrun-1.3 PKGREVISION= 4 @@ -23,5 +23,6 @@ do-install: .include "../../x11/gtk/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |