diff options
author | rillig <rillig> | 2013-08-15 20:26:51 +0000 |
---|---|---|
committer | rillig <rillig> | 2013-08-15 20:26:51 +0000 |
commit | 76c7d72a8db0a308b2048493ff8621a6c41ead88 (patch) | |
tree | 454f2d0556fa92bdfb3abee89b63d0f303487a8f /wm/blackbox70 | |
parent | 862109e01bd23a0b9e35724d5a24adbb9273da8b (diff) | |
download | pkgsrc-76c7d72a8db0a308b2048493ff8621a6c41ead88.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'wm/blackbox70')
-rw-r--r-- | wm/blackbox70/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index 38160c7bc7c..bb904798597 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/08 12:42:18 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/08/15 20:26:51 rillig Exp $ # DISTNAME= blackbox-0.70.1 @@ -11,8 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Small and fast X11R6 window manager -CONFLICTS= bsetroot-* -CONFLICTS+= blackbox-* +CONFLICTS= bsetroot-[0-9]* +CONFLICTS+= blackbox-[0-9]* USE_LANGUAGES= c c++ GNU_CONFIGURE= YES |