diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-24 17:16:11 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-24 17:16:11 +0000 |
commit | 5249c6e3d93e514f25a71b457af62b3167c60949 (patch) | |
tree | 9990fdb054da392fafae3c0be4f260bcd94fe1e6 /audio/autozen | |
parent | fb568ff3b6a05a294c7fe593cc55c61804002132 (diff) | |
download | FreeBSD-ports-5249c6e3d93e514f25a71b457af62b3167c60949.zip FreeBSD-ports-5249c6e3d93e514f25a71b457af62b3167c60949.tar.gz |
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 e0dac3a..73148b3 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 |