diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:16:05 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:16:05 +0000 |
commit | 48ea1f6d868779adfbbc9050b4377e5b9236152f (patch) | |
tree | ce4cb36b7b55310857c9c4331b9065697c966ced /audio/madman | |
parent | - update to 0.5.4 (diff) |
portlint
PR: ports/99155
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=165924
Diffstat (limited to 'audio/madman')
-rw-r--r-- | audio/madman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/madman/Makefile b/audio/madman/Makefile index 48e33af2e29e..b9605b51673a 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -46,7 +46,7 @@ do-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Doesn't build on FreeBSD < 5.x" +BROKEN= Doesn't build on FreeBSD < 5.x .endif .include <bsd.port.post.mk> |