diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 20:28:24 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 20:28:24 +0000 |
commit | 43472dfe3587aeeac86e265177419f1999342f3a (patch) | |
tree | 4443ea3de4d844544f78f511076623048f7bf85d /audio/cheesetracker | |
parent | 3a87474aa25f03cad971b18a65380aee10ad2187 (diff) | |
download | ports-43472dfe3587aeeac86e265177419f1999342f3a.tar.gz ports-43472dfe3587aeeac86e265177419f1999342f3a.zip |
portlint
PR: ports/99139
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=165985
Diffstat (limited to 'audio/cheesetracker')
-rw-r--r-- | audio/cheesetracker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile index 221a03a5844c..603432933a45 100644 --- a/audio/cheesetracker/Makefile +++ b/audio/cheesetracker/Makefile @@ -26,7 +26,7 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif post-patch: |