diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-09-06 21:39:19 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-09-06 21:39:19 +0000 |
commit | c39f8e4494e812070f4ac88ed493271ec5c85cfa (patch) | |
tree | 42b1737abd4772a7e6ddeaaf3f0fb3907ef0ea20 /x11-wm | |
parent | 6ccc8cf40e1b8e73aeed41940a84709b13cf458b (diff) | |
download | ports-c39f8e4494e812070f4ac88ed493271ec5c85cfa.tar.gz ports-c39f8e4494e812070f4ac88ed493271ec5c85cfa.zip |
. Make portlint little bit happier.
PR: 100705
Submitted by: chinsan <chinsan.tw@gmail.com>
Notes
Notes:
svn path=/head/; revision=172425
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 6b6fbbd075bf..86587626a960 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-savewindows .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" +BROKEN= Does not build on sparc64 .endif post-extract: |