summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/wsoundserver/Makefile3
-rw-r--r--wm/wmakerconf/Makefile3
-rw-r--r--x11/wmessage/Makefile3
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"