forked from Lainports/freebsd-ports
Catch up with libgmp3 death.
Pointy hat to: ijliao
This commit is contained in:
parent
afd972be29
commit
95cdcf3acc
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ PREFIX?= ${X11BASE}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} > 500023
|
||||
LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3
|
||||
LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd
|
||||
.endif
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ PREFIX?= ${X11BASE}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} > 500023
|
||||
LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3
|
||||
LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd
|
||||
.endif
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-idea
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500023
|
||||
LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3
|
||||
LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd
|
||||
MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \
|
||||
GMPLIBDIR="${LOCALBASE}/lib"
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue