From efe5b80be0cd3b1df19b0c0150c93c11a33fa64d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 10 Mar 2020 11:35:09 +0000 Subject: [PATCH] Remove useless dependency on bison base byacc is perfectly able to deal with this port While here, convert to USES=localbase --- devel/libIDL/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 49aac986a09e..e63e64568170 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -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