diff options
author | agc <agc@pkgsrc.org> | 2004-10-05 10:30:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-10-05 10:30:35 +0000 |
commit | b64eb097b7c96e723f3da6590f642df5996ef681 (patch) | |
tree | d5aa2e8e0d062587a2ecad92e4e58a9edc83a066 /wm | |
parent | fd0b717d3bbfcdec2fe0acad37545d339b5bf0a2 (diff) | |
download | pkgsrc-b64eb097b7c96e723f3da6590f642df5996ef681.tar.gz |
Also add pkgconfig's buildlink3.mk, so we can use pkgconfig during the
configure stage.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/matchbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile index 07d36962a59..04f6af84bca 100644 --- a/wm/matchbox/Makefile +++ b/wm/matchbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/10/05 10:30:35 agc Exp $ # DISTNAME= matchbox-window-manager-0.8.4 @@ -17,6 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../devel/libmatchbox/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |