Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 09:58:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528145 - head/audio/sphinxbase
Message-ID:  <202003100958.02A9wQIi049966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003100958.02A9wQIi049966>