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 | 76f29860361f9cd1d1bfa6f691a0e72d133f3d57 (patch) | |
tree | 0e1b56ceda23bd038b6459f885882de2c07856a3 /devel/libmatchbox | |
parent | 59235c7c0eb8e12a43e8e8b741aa6d81ce3b304e (diff) | |
download | pkgsrc-76f29860361f9cd1d1bfa6f691a0e72d133f3d57.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" |