diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-24 17:16:11 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-24 17:16:11 +0000 |
commit | 57046bc5baef52e38bb80898eb38448803524f8e (patch) | |
tree | f5c98f5c4a38ed6e869fef3835a0eb40e401c538 /audio/autozen | |
parent | Add the pkg directory with COMMENT for arabic. (diff) |
Clarify explanation of how this is broken, based on feedback from
FireWire BSD of e-tahan.com and Julian St. of web.de.
Approved by: portmgr
Diffstat (limited to 'audio/autozen')
-rw-r--r-- | audio/autozen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index e0dac3a52ce0..73148b3202a1 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/AutoZen-${PORTVERSION} MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} -BROKEN= "does not produce sound" +BROKEN= "on certain audio hardware, does not produce sound" USE_GNOME= gtk12 USE_X_PREFIX= yes USE_REINPLACE= yes |