summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormartti <martti>2004-10-05 09:58:52 +0000
committermartti <martti>2004-10-05 09:58:52 +0000
commit080176bf1ed14c337651c5e5bbcea394086179d5 (patch)
treedfe363e650035ff0762d3982f83283937310d570 /x11
parent418520392fc50103e395738c1078d6959baa7355 (diff)
downloadpkgsrc-080176bf1ed14c337651c5e5bbcea394086179d5.tar.gz
Updated xfce4-utils to 4.0.6nb2
Do not depend on xscreensaver as it's not mandatory. Instead show a message to the user which packages may be installed.
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-utils/MESSAGE11
-rw-r--r--x11/xfce4-utils/Makefile5
-rw-r--r--x11/xfce4-utils/buildlink3.mk3
3 files changed, 14 insertions, 5 deletions
diff --git a/x11/xfce4-utils/MESSAGE b/x11/xfce4-utils/MESSAGE
new file mode 100644
index 00000000000..47807c3d2c7
--- /dev/null
+++ b/x11/xfce4-utils/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/10/05 09:58:52 martti Exp $
+
+You may want to install one of these packages:
+
+ xscreensaver
+ xlockmore
+ xlockmore-lite
+
+Otherwise you might be unable to lock your screen.
+===========================================================================
diff --git a/x11/xfce4-utils/Makefile b/x11/xfce4-utils/Makefile
index a17e330788f..7e4f04846ff 100644
--- a/x11/xfce4-utils/Makefile
+++ b/x11/xfce4-utils/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:18:39 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/05 09:58:52 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce-utils-${XFCE4_VERSION}
PKGNAME= xfce4-utils-${XFCE4_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
COMMENT= XFce4 utilities
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
-.include "../../x11/xscreensaver/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce4-utils/buildlink3.mk b/x11/xfce4-utils/buildlink3.mk
index 4b5e8b89320..46be9dec75c 100644
--- a/x11/xfce4-utils/buildlink3.mk
+++ b/x11/xfce4-utils/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2004/07/12 08:25:11 martti Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2004/10/05 09:58:52 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XFCE4_UTILS_BUILDLINK3_MK:= ${XFCE4_UTILS_BUILDLINK3_MK}+
@@ -16,7 +16,6 @@ BUILDLINK_PKGSRCDIR.xfce4-utils?= ../../x11/xfce4-utils
.endif # XFCE4_UTILS_BUILDLINK3_MK
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
-.include "../../x11/xscreensaver/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}