Catch up with libgmp3 death.

Pointy hat to:	ijliao
This commit is contained in:
Maxim Sobolev 2002-04-30 08:54:54 +00:00
parent afd972be29
commit 95cdcf3acc
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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