Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 11:35:10 +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: r528156 - head/devel/libIDL
Message-ID:  <202003101135.02ABZAF8010446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 10 11:35:09 2020
New Revision: 528156
URL: https://svnweb.freebsd.org/changeset/ports/528156

Log:
  Remove useless dependency on bison
  
  base byacc is perfectly able to deal with this port
  
  While here, convert to USES=localbase

Modified:
  head/devel/libIDL/Makefile

Modified: head/devel/libIDL/Makefile
==============================================================================
--- head/devel/libIDL/Makefile	Tue Mar 10 11:33:34 2020	(r528155)
+++ head/devel/libIDL/Makefile	Tue Mar 10 11:35:09 2020	(r528156)
@@ -12,15 +12,13 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library for creating trees of CORBA IDL files
 
-USES=		bison gettext gmake gnome libtool:keepla pathfix pkgconfig \
-		tar:bzip2
+USES=		bison:alias gettext gmake gnome libtool:keepla localbase \
+		pathfix pkgconfig tar:bzip2
 USE_GNOME=	glib20
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 INFO=		libIDL2
 



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