Hi again, Small fixes after audio/cmu-sphinxbase update.
Eric. Index: Makefile =================================================================== RCS file: /cvs/ports/audio/cmu-sphinx3/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 17 Jul 2009 16:58:01 -0000 1.2 +++ Makefile 21 Apr 2010 14:22:03 -0000 @@ -3,7 +3,7 @@ COMMENT= acoustic decoder for CMU Sphinx3 speech recognition system DISTNAME= sphinx3-0.8 -PKGNAME= cmu-${DISTNAME}p0 +PKGNAME= cmu-${DISTNAME}p1 CATEGORIES= audio SHARED_LIBS= s3decoder 0.0 @@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/} -WANTLIB= blas c g2c iconv lapack m ossaudio pthread +WANTLIB= blas c g2c iconv lapack m pthread sndio MODULES= converters/libiconv @@ -33,6 +33,6 @@ CPPFLAGS="-I${LOCALBASE}/include" post-extract: - cp files/compare_table.pl ${WRKSRC}/src/tests/regression + cp ${FILESDIR}/compare_table.pl ${WRKSRC}/src/tests/regression .include <bsd.port.mk>