diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:17:44 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:17:44 +0000 |
commit | 4cfa69dbca380f99671cb1d58e391ba6b3f8527f (patch) | |
tree | 0bee49be735e395e0df276cd08889acebc99097e /audio/xtuner | |
parent | 48ea1f6d868779adfbbc9050b4377e5b9236152f (diff) | |
download | ports-4cfa69dbca380f99671cb1d58e391ba6b3f8527f.tar.gz ports-4cfa69dbca380f99671cb1d58e391ba6b3f8527f.zip |
portlint
PR: ports/99153
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=165925
Diffstat (limited to 'audio/xtuner')
-rw-r--r-- | audio/xtuner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index 55b088a408c9..e92381229861 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -23,7 +23,7 @@ USE_XPM= YES .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on sparc64 or ia64" +BROKEN= Does not compile on sparc64 or ia64 .endif .include <bsd.port.post.mk> |