diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-05 13:23:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-05 13:23:28 +0000 |
commit | 01ab29fe3ebf666a8077f0c6cc3769a7a9428208 (patch) | |
tree | 92bd918b910ae698702c17d57a80267d9818a459 /x11/wmessage | |
parent | f9b0bd85644b7f13282b77c0dab01c7e1a762139 (diff) | |
download | pkgsrc-01ab29fe3ebf666a8077f0c6cc3769a7a9428208.tar.gz |
Add devel/libproplist/buildlink.mk, since it's not coming automatically
with wm/windowmaker/buildlink.mk anymore.
Diffstat (limited to 'x11/wmessage')
-rw-r--r-- | x11/wmessage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile index bbd7b807250..c49d9397a39 100644 --- a/x11/wmessage/Makefile +++ b/x11/wmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/08/29 22:41:31 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/05 13:24:22 wiz Exp $ DISTNAME= wmessage-0.10 CATEGORIES= x11 @@ -10,6 +10,7 @@ COMMENT= WINGs based message viewer similar to xmessage USE_BUILDLINK_ONLY= yes +.include "../../devel/libproplist/buildlink.mk" .include "../../wm/windowmaker/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |