diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-04 13:58:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-04 13:58:32 +0000 |
commit | e9034c8c8889da82f9a8d5644dd55719ee9c719b (patch) | |
tree | bd0c46eaff88414a21f42e50988039d2e6982fe7 /wm/ion | |
parent | 1d2db60abee2e671668d9c9e8d09da6150ed58cf (diff) | |
download | pkgsrc-e9034c8c8889da82f9a8d5644dd55719ee9c719b.tar.gz |
pwm and ion conflict with each other -- both install bin/pwm and its man page.
Noted by Leonard Schmidt on tech-pkg.
Diffstat (limited to 'wm/ion')
-rw-r--r-- | wm/ion/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index b469a8425be..570251ca4c2 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/10/15 12:06:05 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/02/04 13:58:32 wiz Exp $ # DISTNAME= ion-2-20040729 @@ -13,6 +13,8 @@ COMMENT= Keyboard friendly tiling window manager PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS+= pwm-[0-9]* + USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11= YES |