diff options
author | agc <agc@pkgsrc.org> | 2004-10-05 10:24:13 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-10-05 10:24:13 +0000 |
commit | fd0b717d3bbfcdec2fe0acad37545d339b5bf0a2 (patch) | |
tree | 0e1b56ceda23bd038b6459f885882de2c07856a3 /devel/libmatchbox | |
parent | e3e220910263a118dff9e79de4c817f5a6b120d8 (diff) | |
download | pkgsrc-fd0b717d3bbfcdec2fe0acad37545d339b5bf0a2.tar.gz |
The pkgconfig files are in the PLIST, so let's make sure they get
installed - add the pkgconfig buildlink3.mk file in here.
Part of a fix for a problem building wm/matchbox, seen in the bulk
build results.
Diffstat (limited to 'devel/libmatchbox')
-rw-r--r-- | devel/libmatchbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libmatchbox/Makefile b/devel/libmatchbox/Makefile index 2eda8e9b745..65855e6ea6d 100644 --- a/devel/libmatchbox/Makefile +++ b/devel/libmatchbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/05 10:24:13 agc Exp $ # DISTNAME= libmatchbox-1.4 @@ -15,6 +15,7 @@ USE_X11= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |