diff options
author | sem <sem@FreeBSD.org> | 2005-11-11 15:43:05 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-11 15:43:05 +0800 |
commit | d8f0c17e91a2098699af3c4428ccd53b1f39fa91 (patch) | |
tree | 8f32eb5f988602816ce1a3008dc8c97e56a25ca9 /x11-wm/ede | |
parent | 7118f5134be798203a3fb26ca72f3f2ccfcc37a1 (diff) | |
download | freebsd-ports-gnome-d8f0c17e91a2098699af3c4428ccd53b1f39fa91.tar.gz freebsd-ports-gnome-d8f0c17e91a2098699af3c4428ccd53b1f39fa91.tar.zst freebsd-ports-gnome-d8f0c17e91a2098699af3c4428ccd53b1f39fa91.zip |
- One more port I forgot to strip commas in BROKEN
Diffstat (limited to 'x11-wm/ede')
-rw-r--r-- | x11-wm/ede/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index 8611b22851ad..cefd33481de7 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.x (sound system)" +BROKEN= Does not build on 4.x (sound system) .endif pre-configure: |