diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-26 23:44:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-26 23:44:55 +0000 |
commit | 5544cf13b164287cbf51025071e0bc392f9d8670 (patch) | |
tree | 3c98e4ab2f0560305e41cd244e37f7bdad1dcdf7 /x11/matchbox-panel | |
parent | beaa9a618701367d50c8f2ad9882e6a34f79aa42 (diff) | |
download | pkgsrc-5544cf13b164287cbf51025071e0bc392f9d8670.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11/matchbox-panel')
-rw-r--r-- | x11/matchbox-panel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile index bf966cd18ea..33d1ca83d2f 100644 --- a/x11/matchbox-panel/Makefile +++ b/x11/matchbox-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/12/15 20:33:04 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/26 23:47:33 joerg Exp $ # DISTNAME= matchbox-panel-0.9.2 @@ -34,5 +34,4 @@ PLIST_SUBST+= COND_APM="" .include "../../devel/libmatchbox/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |