svn commit: r528145 - head/audio/sphinxbase

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 09:58:27 UTC 2020


Author: bapt
Date: Tue Mar 10 09:58:26 2020
New Revision: 528145
URL: https://svnweb.freebsd.org/changeset/ports/528145

Log:
  Sphinxbase works perfectly fine with byacc, remove useless dependency on bison
  While here add USES=localbase

Modified:
  head/audio/sphinxbase/Makefile

Modified: head/audio/sphinxbase/Makefile
==============================================================================
--- head/audio/sphinxbase/Makefile	Tue Mar 10 09:32:09 2020	(r528144)
+++ head/audio/sphinxbase/Makefile	Tue Mar 10 09:58:26 2020	(r528145)
@@ -10,14 +10,11 @@ MASTER_SITES=	SF/cmusphinx/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CMU Sphinx Speech recognition system base
 
-USES=		bison gmake pathfix libtool
+USES=		bison:alias gmake pathfix libtool localbase
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-python --without-lapack
 CONFIGURE_ENV+=	HAVE_DOXYGEN=no
 USE_LDCONFIG=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAKE_ENV=	MKDIR="${MKDIR}" \
 		OSVERSION=${OSVERSION}


More information about the svn-ports-all mailing list