mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fixes:
- use bison - build dependency to arts++ Submitted by: "Gullerud, Lars Erik" <LarsErik.Gullerud@kpnqwest.com>
This commit is contained in:
parent
73461dc89e
commit
ca308a57a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35247
2 changed files with 8 additions and 0 deletions
|
@ -13,8 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|||
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BISON= yes
|
||||
|
||||
CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
|
||||
|
||||
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
|
||||
|
|
|
@ -13,8 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|||
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BISON= yes
|
||||
|
||||
CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
|
||||
|
||||
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
|
||||
|
|
Loading…
Add table
Reference in a new issue