mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix dependency(libgmp-freebsd port is broken)
$OSVERSION == 500023 still contained libgmp It's a *library* so use LIB_DEPENDS Submitted by: kris
This commit is contained in:
parent
16296cd8df
commit
f3f54dbeb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57241
@ -28,9 +28,8 @@ ALL_TARGET=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500023
|
||||
BUILD_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd
|
||||
RUN_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd
|
||||
.if ${OSVERSION} > 500023
|
||||
LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3
|
||||
.endif
|
||||
|
||||
do-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user