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 | |
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.
-rw-r--r-- | audio/wsoundserver/Makefile | 3 | ||||
-rw-r--r-- | wm/wmakerconf/Makefile | 3 | ||||
-rw-r--r-- | x11/wmessage/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 6ef0f15b147..b7cece28db6 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/29 22:41:01 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/05 13:23:28 wiz Exp $ # DISTNAME= WSoundServer-0.4.0 @@ -35,6 +35,7 @@ post-install: .include "../../audio/libaudiofile/buildlink.mk" .include "../../devel/libdockapp/buildlink.mk" +.include "../../devel/libproplist/buildlink.mk" .include "../../wm/windowmaker/buildlink.mk" .include "../../mk/ossaudio.buildlink.mk" .include "../../mk/x11.buildlink.mk" diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 81f327f1845..8bbfd484b32 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/09 13:57:10 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/05 13:23:51 wiz Exp $ # DISTNAME= wmakerconf-2.8.1 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= wraster="${GET_WRASTER_FLAGS}" .include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/libproplist/buildlink.mk" .include "../../graphics/imlib/buildlink.mk" .include "../../wm/windowmaker/buildlink.mk" .include "../../x11/gtk/buildlink.mk" 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" |