diff options
author | wiz <wiz> | 2001-10-05 13:23:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-05 13:23:28 +0000 |
commit | 9cd066b3ab92af15d030bea8c45009d7ee94a50c (patch) | |
tree | 92bd918b910ae698702c17d57a80267d9818a459 /x11 | |
parent | f2c250c8e9f34d8404568a2bf70f6a2520c8ea0f (diff) | |
download | pkgsrc-9cd066b3ab92af15d030bea8c45009d7ee94a50c.tar.gz |
Add devel/libproplist/buildlink.mk, since it's not coming automatically
with wm/windowmaker/buildlink.mk anymore.
Diffstat (limited to 'x11')
-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" |