mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
This commit is contained in:
parent
b8a059169d
commit
79ad08a756
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356354
@ -11,8 +11,8 @@ DISTNAME= wcalc-${PORTVERSION}
|
||||
MAINTAINER= amarendra.godbole@gmail.com
|
||||
COMMENT= A natural-expression command-line calculator
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
||||
mpfr.4:${PORTSDIR}/math/mpfr
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libmpfr.so:${PORTSDIR}/math/mpfr
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user