diff options
author | martti <martti@pkgsrc.org> | 2004-10-05 09:58:52 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-10-05 09:58:52 +0000 |
commit | 4104164fb757730278c9193f41c8e190e8cbe21b (patch) | |
tree | dfe363e650035ff0762d3982f83283937310d570 /x11/xfce4-utils/Makefile | |
parent | f2b37d951c534082ee6528920ca866d625d3477e (diff) | |
download | pkgsrc-4104164fb757730278c9193f41c8e190e8cbe21b.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/xfce4-utils/Makefile')
-rw-r--r-- | x11/xfce4-utils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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" |