mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove useless dependency on bison
base byacc is perfectly able to deal with this port While here, convert to USES=localbase
This commit is contained in:
parent
01384a816d
commit
efe5b80be0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528156
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue