diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-26 23:35:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-26 23:35:51 +0000 |
commit | d1f07f0fcf0f99480a6196876e349d52092e5e1c (patch) | |
tree | 9c2780d14da781bd50f6c1a7de67bff5b47aa666 /x11 | |
parent | d5c7dcc2edc491c59510183cd3c30e3f7dd25f78 (diff) | |
download | pkgsrc-d1f07f0fcf0f99480a6196876e349d52092e5e1c.tar.gz |
No need to include x11.b3.mk here.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/matchbox-common/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/matchbox-common/Makefile b/x11/matchbox-common/Makefile index 8e8315bc3d6..a66224ceac4 100644 --- a/x11/matchbox-common/Makefile +++ b/x11/matchbox-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/11 14:42:40 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/01/26 23:35:51 joerg Exp $ # DISTNAME= matchbox-common-0.9.1 @@ -23,5 +23,4 @@ SUBST_FILES.session= matchbox-session SUBST_SED.session= -e 's|/etc/matchbox|${PKG_SYSCONFDIR}|g' .include "../../devel/libmatchbox/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |