diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
commit | c18cedc8fd88a2d12fb57b89908aa3256865f57a (patch) | |
tree | d2fd154a885dad8279a4b62ec003c59d292a0ed2 /audio/mq3 | |
parent | 23009ba7ab1bd402e4774528a0870317b3726cd4 (diff) | |
download | FreeBSD-ports-c18cedc8fd88a2d12fb57b89908aa3256865f57a.zip FreeBSD-ports-c18cedc8fd88a2d12fb57b89908aa3256865f57a.tar.gz |
portlint (whitespace cleanup)
Diffstat (limited to 'audio/mq3')
-rw-r--r-- | audio/mq3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mq3/Makefile b/audio/mq3/Makefile index f823b14..d19facc 100644 --- a/audio/mq3/Makefile +++ b/audio/mq3/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= -prefix ${PREFIX} -platform FreeBSD .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not build" +BROKEN= "Does not build" .endif .include <bsd.port.post.mk> |