svn commit: r528156 - head/devel/libIDL
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 10 11:35:11 UTC 2020
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 at 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
More information about the svn-ports-head
mailing list