mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use byacc instead of bison (via the new bison wrapper)
This commit is contained in:
parent
0885cb0d91
commit
fa3eca03f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528176
4 changed files with 4 additions and 6 deletions
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libgig.so:audio/libgig \
|
|||
libsndfile.so:audio/libsndfile \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
USES= bison gmake libtool pathfix pkgconfig sqlite:3 tar:bzip2
|
||||
USES= bison:wrapper gmake libtool pathfix pkgconfig sqlite:3 tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= HAVE_UNIX98=1
|
||||
USE_LDCONFIG= ${PREFIX}/lib/linuxsampler
|
||||
|
|
|
@ -14,9 +14,7 @@ LICENSE= ART20 LGPL3
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART20= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= flex>=2.5.35:textproc/flex
|
||||
|
||||
USES= bison gmake perl5
|
||||
USES= bison:wrapper gmake perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ENV= CXX=${CXX}\
|
||||
CPP=${CPP}\
|
||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
USES= bison charsetfix gmake gnome libtool localbase pathfix ssl
|
||||
USES= bison:wrapper charsetfix gmake gnome libtool localbase pathfix ssl
|
||||
USE_GNOME= libxml2
|
||||
|
||||
CONFIGURE_ARGS= ac_cv_lib_crypto_OpenSSL_add_all_algorithms=yes \
|
||||
|
|
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2
|
|||
|
||||
CONFLICTS= pwlib-1.*
|
||||
|
||||
USES= autoreconf:build bison compiler:c11 gmake localbase:ldflags \
|
||||
USES= autoreconf:build bison:wrapper compiler:c11 gmake localbase:ldflags \
|
||||
pathfix pkgconfig ssl tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue